From b7936095f4aed09172bd04faeb0d884906f220c3 Mon Sep 17 00:00:00 2001 From: ns-mkusper Date: Sun, 14 Jul 2024 16:10:11 -0500 Subject: [PATCH] add nasm for vcpkg --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b227d03..91e13d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,9 @@ jobs: - beta - nightly steps: + - name: Install vcpkg build deps + run: sudo apt-get --assume-yes install nasm + - uses: actions/checkout@v3 - run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }} - run: cargo install cargo-vcpkg