Skip to content

Commit

Permalink
wip: nixify
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Oct 30, 2024
1 parent 5465695 commit 0ebaf1c
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 @@ -34,7 +34,7 @@ jobs:
docker rm $(docker ps -aq)
mkdir test
touch test/xxx
docker run -v "$(pwd)/test:/test:z" --rm --entrypoint=/bin/bash -ti ubuntu -c "ls -la /test"
docker run -v "$(pwd)/test:/test:z" --rm --entrypoint=/bin/bash -t ubuntu -c "ls -la /test"
# build-jvm:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 0ebaf1c

Please sign in to comment.