Skip to content

Commit

Permalink
Do not mount the code
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 committed Dec 9, 2024
1 parent 4b96959 commit cc55341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
test_container
bash
run: |
docker run --volume $PWD:/root --network host --detach --name test_container ${{ matrix.bash_docker_image }} sleep infinity
docker run --network host --detach --name test_container ${{ matrix.bash_docker_image }} sleep infinity
# coreutils includes mktemp
docker exec test_container apk add coreutils curl
if [ "${{ matrix.sed }}" == "GNU sed" ]; then
Expand Down

0 comments on commit cc55341

Please sign in to comment.