We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991d54e commit 4b96cf8Copy full SHA for 4b96cf8
1 file changed
.github/workflows/publish.yml
@@ -60,6 +60,9 @@ jobs:
60
61
publish:
62
runs-on: ubuntu-latest
63
+ container:
64
+ image: xd009642/tarpaulin:develop-nightly
65
+ options: --security-opt seccomp=unconfined
66
steps:
67
- name: Checkout
68
uses: actions/checkout@v6
@@ -78,12 +81,6 @@ jobs:
78
81
restore-keys: |
79
82
cargo-publish-${{ runner.os }}-
80
83
- - name: Install cargo-binstall
- run: curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
-
84
- - name: Install cargo-tarpaulin
85
- run: cargo binstall cargo-tarpaulin --no-confirm
86
87
- name: Install Rust components
88
run: rustup component add rustfmt clippy
89
0 commit comments