Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kobaltcore committed Aug 15, 2024
1 parent 7739be7 commit 0f64933
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-setup.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- uses: ilammy/setup-nasm@v1
- name: Instal NASM dependency
uses: ilammy/setup-nasm@v1
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: "Instal NASM dependency"
uses: "ilammy/setup-nasm@v1"
- name: Install cargo-dist
run: ${{ matrix.install_dist }}
# Get the dist-manifest
Expand Down

0 comments on commit 0f64933

Please sign in to comment.