Skip to content

Commit

Permalink
file transfer workflow: attempt to fix (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
greatest-ape authored Jan 12, 2025
1 parent 751ef79 commit 289ba02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
timeout-minutes: 20
container:
image: rust:1-bookworm
options: --ulimit memlock=524288:524288
options: --ulimit memlock=524288:524288 --privileged --security-opt="seccomp=unconfined"
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 289ba02

Please sign in to comment.