Skip to content

Commit 15b8903

Browse files
committed
vcpkg should automatically install nasm.
1 parent 209654c commit 15b8903

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/buildLinux.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ jobs:
6060
unreal-program-name: ${{ inputs.unreal-program-name }}
6161
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
6262
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
63-
- name: Install nasm
64-
uses: ilammy/[email protected]
6563
- name: Install Ninja and patchelf
6664
run: |
6765
sudo apt install -y ninja-build patchelf

0 commit comments

Comments
 (0)