Skip to content

Commit 21bf3a8

Browse files
committed
build: fix ci build
1 parent 20be83b commit 21bf3a8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
profile: minimal
5757
toolchain: stable
5858
target: ${{ matrix.platform.rust_target }}
59+
5960
- uses: Swatinem/rust-cache@v2
6061

6162
- name: Install dependencies (ubuntu only)
@@ -120,7 +121,7 @@ jobs:
120121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
121122
run: |
122123
sudo apt-get install -y jq
123-
chmod +x ./github/scripts/prepareCMD.sh
124+
chmod +x ./.github/scripts/prepareCMD.sh
124125
semantic-release
125126
126127
cleanup:

firmwareflasher.code-workspace

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"ratelimit",
5555
"solidjs",
5656
"specta",
57+
"Swatinem",
5758
"typecheck",
5859
"Unlisten",
5960
"webserial"

0 commit comments

Comments
 (0)