Skip to content

Commit 4b96cf8

Browse files
authored
Update publish.yml
1 parent 991d54e commit 4b96cf8

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060

6161
publish:
6262
runs-on: ubuntu-latest
63+
container:
64+
image: xd009642/tarpaulin:develop-nightly
65+
options: --security-opt seccomp=unconfined
6366
steps:
6467
- name: Checkout
6568
uses: actions/checkout@v6
@@ -78,12 +81,6 @@ jobs:
7881
restore-keys: |
7982
cargo-publish-${{ runner.os }}-
8083
81-
- name: Install cargo-binstall
82-
run: curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
83-
84-
- name: Install cargo-tarpaulin
85-
run: cargo binstall cargo-tarpaulin --no-confirm
86-
8784
- name: Install Rust components
8885
run: rustup component add rustfmt clippy
8986

0 commit comments

Comments
 (0)