From 271dba9fd8959770e497928d8cc089e5cfb0879c Mon Sep 17 00:00:00 2001 From: Ian Chamberlain Date: Mon, 3 Apr 2023 13:27:17 -0400 Subject: [PATCH] Fix hash for installing cargo-3ds --- .github/actions/setup/action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 728dd02a..1833988d 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -36,7 +36,8 @@ runs: command: install # TODO: this should probably just be a released version from crates.io # once cargo-3ds gets published somewhere... - # also switch to hash once feature/doctests gets merged + # + # also switch to master hash once feature/doctests gets merged args: >- --git https://github.com/rust3ds/cargo-3ds - --rev feature/doctests + --rev 5a06e64307499ffe681453e7d88d7ee986054eb7