Skip to content

Commit

Permalink
Remove docker volume before creation
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Jul 1, 2023
1 parent 2173114 commit 1b492c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,9 @@ jobs:
if: ${{ matrix.container != null }}
timeout-minutes: 300 # Exit before 6 hours limit to allow cache upload
run: |
docker container rm --force swiftwasm-ci-buildbot
docker volume rm --force oss-swift-package
docker volume create oss-swift-package
docker rm --force swiftwasm-ci-buildbot
docker run --name swiftwasm-ci-buildbot \
--security-opt=no-new-privileges \
--cap-add=SYS_PTRACE \
Expand Down

0 comments on commit 1b492c6

Please sign in to comment.