Skip to content

Commit 3d6ab71

Browse files
committed
Update ci.yml with nasm fix
1 parent 2d537a6 commit 3d6ab71

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
name: Test
2525
runs-on: ubuntu-latest
2626
steps:
27+
- uses: ilammy/setup-nasm@v1
28+
2729
- name: Check out repository code
2830
uses: actions/checkout@v4
2931

@@ -36,7 +38,6 @@ jobs:
3638
uses: Swatinem/rust-cache@v2
3739

3840
- name: Run tests
39-
uses: ilammy/setup-nasm@v1
4041
run: cargo test
4142

4243
fmt:

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- uses: taiki-e/create-gh-release-action@v1
19-
# with:
20-
# # (optional)
21-
# changelog: CHANGELOG.md
19+
with:
20+
# (optional)
21+
changelog: CHANGELOG.md
2222
env:
2323
# (required)
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)