1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +02:00

Move YASM workaround to vcpkg submodule

Remove github actions workaround and replace by changing upstream vcpkg commit

Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org>
This commit is contained in:
Emily Mabrey 2021-09-02 05:51:07 -04:00
parent 7450432f9a
commit a1756f301f
No known key found for this signature in database
GPG Key ID: 6F4EF47256A1B7DC

View File

@ -254,16 +254,6 @@ jobs:
${{ matrix.config.os }}-${{ matrix.config.arch }}-${{ github.head_ref }}-
${{ matrix.config.os }}-${{ matrix.config.arch }}-
# FIXME: hack around bad SSL certificate, needed to build ffmpeg
# https://github.com/microsoft/vcpkg/issues/19121
- name: "[Windows] Install yasm"
if: runner.os == 'Windows'
run: |
mkdir -p "${YASM_OUTPUT_DIR}"
curl -k -o "${YASM_OUTPUT_DIR}/yasm.exe" "http://www.tortall.net/projects/yasm/snapshots/v1.3.0.6.g1962/yasm-1.3.0.6.g1962.exe"
env:
YASM_OUTPUT_DIR: vcpkg/downloads/tools/yasm/1.3.0.6
- name: Configure
run: cmake -B build -D VCPKG=ON -D CMAKE_BUILD_TYPE=${{ env.CMAKE_BUILD_TYPE }} -D CMAKE_INSTALL_PREFIX=${{ github.workspace }}/build/install