We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20be83b commit 21bf3a8Copy full SHA for 21bf3a8
.github/workflows/build.yml
@@ -56,6 +56,7 @@ jobs:
56
profile: minimal
57
toolchain: stable
58
target: ${{ matrix.platform.rust_target }}
59
+
60
- uses: Swatinem/rust-cache@v2
61
62
- name: Install dependencies (ubuntu only)
@@ -120,7 +121,7 @@ jobs:
120
121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
122
run: |
123
sudo apt-get install -y jq
- chmod +x ./github/scripts/prepareCMD.sh
124
+ chmod +x ./.github/scripts/prepareCMD.sh
125
semantic-release
126
127
cleanup:
firmwareflasher.code-workspace
@@ -54,6 +54,7 @@
54
"ratelimit",
55
"solidjs",
"specta",
+ "Swatinem",
"typecheck",
"Unlisten",
"webserial"
0 commit comments