Skip to content

Commit fa9d9a2

Browse files
committed
added NASM lib
1 parent fff090d commit fa9d9a2

2 files changed

Lines changed: 3 additions & 96 deletions

File tree

.github/workflows/chumsproxy.build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
- name: Checkout repository
4545
uses: actions/checkout@v3
4646

47+
- name: Install NASM
48+
run: choco install nasm
49+
4750
- name: Set up Rust + target
4851
run: rustup target add x86_64-pc-windows-gnu
4952

.github/workflows/ios.build.yml

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)