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:
parent
7450432f9a
commit
a1756f301f
10
.github/workflows/cmake_build.yml
vendored
10
.github/workflows/cmake_build.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user