Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheridan committed Jul 25, 2024
1 parent c321eef commit 1c1c8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
docker run --rm --platform linux/${{ matrix.arch }} \
-v ${{ github.workspace }}:/workspace \
-w /workspace \
gcc:11-bullseye \
gcc:11-bookworm \
bash -c "
apt-get update && apt-get install -y \
cmake \
Expand Down

0 comments on commit 1c1c8be

Please sign in to comment.