Skip to content

Commit

Permalink
fix docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
mrk-its committed Feb 19, 2024
1 parent 4c2ab43 commit 94e989d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aoc_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ jobs:
- name: run_all
run: |
docker run --rm -v $(pwd):/workspace -w /workspace --platform linux/${{ matrix.arch }} \
mrkits/rust-mos:1d7989f29-777e89e-2f11e172 "bash -c /workspace/run_all.sh"
mrkits/rust-mos:1d7989f29-777e89e-2f11e172 /bin/bash --login -c /workspace/run_all.sh

0 comments on commit 94e989d

Please sign in to comment.