mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 17:41:13 +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:
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 }}-${{ github.head_ref }}-
|
||||||
${{ matrix.config.os }}-${{ matrix.config.arch }}-
|
${{ 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
|
- 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
|
run: cmake -B build -D VCPKG=ON -D CMAKE_BUILD_TYPE=${{ env.CMAKE_BUILD_TYPE }} -D CMAKE_INSTALL_PREFIX=${{ github.workspace }}/build/install
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user