Skip to content

Commit 7598f76

Browse files
committed
ci: pin setup-nasm action
1 parent 3608751 commit 7598f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Install NASM
3131
if: ${{ matrix.os == 'windows-latest' }}
32-
uses: ilammy/setup-nasm@v1
32+
uses: ilammy/setup-nasm@72793074d3c8cdda771dba85f6deafe00623038b # 1.5.2
3333

3434
- name: Run tests
3535
run: cargo test --workspace --verbose --all-features --no-fail-fast

0 commit comments

Comments
 (0)