Browse Source

Update cargo-3ds hash to latest

pull/109/head
Ian Chamberlain 2 years ago
parent
commit
3a8b05054f
No known key found for this signature in database
GPG Key ID: AE5484D09405AA60
  1. 4
      .github/actions/setup/action.yml

4
.github/actions/setup/action.yml

@ -36,11 +36,9 @@ runs: @@ -36,11 +36,9 @@ runs:
command: install
# TODO: this should probably just be a released version from crates.io
# once cargo-3ds gets published somewhere...
#
# also switch to master hash once feature/doctests gets merged
args: >-
--git https://github.com/rust3ds/cargo-3ds
--rev 5a06e64307499ffe681453e7d88d7ee986054eb7
--rev 78a652fdfb01e2614a792d1a56b10c980ee1dae9
- name: Set PATH to include devkitARM
shell: bash

Loading…
Cancel
Save