Skip to content

Commit

Permalink
Remove unnecessary nasm package from Ubuntu and macOS GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AliaSabur committed Oct 8, 2024
1 parent ea9e438 commit 1ce1eb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/compilation-guide/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install build-essential cmake perl pkg-config libclang-dev musl-tools nasm -y
sudo apt-get install build-essential cmake perl pkg-config libclang-dev musl-tools -y
- name: Install dependencies on macOS
if: runner.os == 'macOS'
run: |
brew update
brew install --formula cmake pkg-config llvm nasm
brew install --formula cmake pkg-config llvm
- name: Install dependencies on Windows
if: runner.os == 'Windows'
Expand Down

0 comments on commit 1ce1eb0

Please sign in to comment.