Skip to content

Commit

Permalink
Specify with --rev instead of --branch
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Oct 28, 2020
1 parent 8b8c169 commit 44ec62b
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 @@ -162,7 +162,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: install
args: --git https://github.com/kuretchi/cargo-simple-bundler --branch main
args: --git https://github.com/kuretchi/cargo-simple-bundler --rev 4830a0c47f5612e48975c3af4912213ebb637d6b
toolchain: stable

- name: run-cargo-simple-bundler.py
Expand Down

0 comments on commit 44ec62b

Please sign in to comment.