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.
nasm
1 parent 2d537a6 commit 3d6ab71Copy full SHA for 3d6ab71
.github/workflows/ci.yml
@@ -24,6 +24,8 @@ jobs:
24
name: Test
25
runs-on: ubuntu-latest
26
steps:
27
+ - uses: ilammy/setup-nasm@v1
28
+
29
- name: Check out repository code
30
uses: actions/checkout@v4
31
@@ -36,7 +38,6 @@ jobs:
36
38
uses: Swatinem/rust-cache@v2
37
39
40
- name: Run tests
- uses: ilammy/setup-nasm@v1
41
run: cargo test
42
43
fmt:
.github/workflows/release.yml
@@ -16,9 +16,9 @@ jobs:
16
17
- uses: actions/checkout@v4
18
- uses: taiki-e/create-gh-release-action@v1
19
-# with:
20
-# # (optional)
21
-# changelog: CHANGELOG.md
+ with:
+ # (optional)
+ changelog: CHANGELOG.md
22
env:
23
# (required)
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments