Skip to content

Commit b5bb4d0

Browse files
committed
Implement Selector
1 parent a3684c5 commit b5bb4d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
concurrency:
1616
group: ${{ github.workflow }}-${{ github.ref }}
1717
cancel-in-progress: false
18-
container:
19-
image: xd009642/tarpaulin:develop-nightly
20-
options: --security-opt seccomp=unconfined
2118
steps:
2219
- name: Checkout
2320
uses: actions/checkout@v4
2421

22+
- uses: actions-rust-lang/setup-rust-toolchain@v1
23+
- name: Cargo tarpaulin
24+
run: cargo install cargo-tarpaulin
2525
- uses: pnpm/action-setup@v4
2626
name: Install pnpm
2727
with:

0 commit comments

Comments
 (0)