We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cda49e0 + 6b4fd53 commit aa0d754Copy full SHA for aa0d754
.github/workflows/ci.yml
@@ -56,16 +56,16 @@ jobs:
56
- uses: ./.github/actions/setup
57
with:
58
toolchain: ${{ matrix.toolchain }}
59
-
+
60
- name: Install cargo-3ds
61
uses: actions-rs/cargo@v1
62
63
command: install
64
- args: --path .
+ args: --locked --path .
65
66
- name: Create new project
67
run: cargo 3ds new app --bin
68
69
- name: Build project
70
working-directory: ./app
71
run: cargo 3ds build --release
.gitignore
@@ -1,3 +1,2 @@
1
target
2
-Cargo.lock
3
-.idea
+.idea
0 commit comments