Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
fix some chatgpt hallucinations
  • Loading branch information
Napuu authored Aug 2, 2023
1 parent fa4ef48 commit 8c81670
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ jobs:
uses: actions/checkout@v2

- name: Set up Rust and Docker
uses: actions/setup-rust@v1
with:
rust-version: stable

- name: Install Docker
uses: docker/setup-docker@v1
uses: actions/setup-rust-action@v1

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Build ARM64 Docker image
run: |
Expand Down

0 comments on commit 8c81670

Please sign in to comment.