Skip to content

Commit ab073d3

Browse files
committed
fix: typo
1 parent 4042ad0 commit ab073d3

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
token: ${{ secrets.BOT_TOKEN }}
2121
run: ./scripts/build.sh
2222

23-
= name: Zip Modules
23+
- name: Zip Modules
2424
run: |
2525
zip -j interface2020.zip out20/*
2626
zip -j interface2024.zip out24/*

.github/workflows/release.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,6 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717

18-
- name: Install LLVM and Clang
19-
uses: KyleMayes/[email protected]
20-
with:
21-
version: "17.0.6"
22-
23-
- name: Cache cargo-msfs
24-
uses: actions/cache@v4
25-
with:
26-
path: ~\.cargo\bin
27-
key: ${{ runner.os }}-cargo-msfs
28-
29-
- name: Setup
30-
run: npm run setup
31-
3218
- name: Build WASM module
3319
run: npm run build:wasm-workflow
3420

0 commit comments

Comments
 (0)