Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Jun 27, 2024
1 parent dfee1a9 commit 1881557
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/quick-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@ runs:
- name: Stable rustc
uses: actions-rs/toolchain@v1
with:
toolchain: stable
default: true
toolchain: stable
- uses: davidB/rust-cargo-make@v1
with:
version: '0.36.4'
- uses: actions-rs/[email protected]
with:
crate: cargo-insta
version: latest
use-tool-cache: true
- name: Install cargo-insta
run: cargo +stable install cargo-insta
shell: bash
- name: Gen bindings
run: cargo make init-bindings
shell: bash
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ runs:
with:
version: '0.36.4'

- uses: baptiste0928/cargo-install@v3
with:
crate: cargo-insta
version: latest
use-tool-cache: true
- name: Install cargo-insta
run: cargo +stable install cargo-insta
shell: bash

- name: Gen bindings
run: cargo make init-bindings
Expand Down

0 comments on commit 1881557

Please sign in to comment.