mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -04:00
update GitHub workflows
* Update checkout action version * Remove Strawberry Perl and HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK workarounds
This commit is contained in:
parent
c7d2623f2b
commit
642fdd7e6d
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -58,8 +58,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies (macOS)
|
- name: Install dependencies (macOS)
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
env:
|
|
||||||
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
|
|
||||||
run: |
|
run: |
|
||||||
brew install \
|
brew install \
|
||||||
ninja \
|
ninja \
|
||||||
@ -87,7 +85,7 @@ jobs:
|
|||||||
${{ matrix.config.msys-env }}-fluidsynth
|
${{ matrix.config.msys-env }}-fluidsynth
|
||||||
${{ matrix.config.msys-env }}-libxmp
|
${{ matrix.config.msys-env }}-libxmp
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
env:
|
env:
|
||||||
@ -134,7 +132,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt-get update && sudo apt-get install cppcheck
|
run: sudo apt-get update && sudo apt-get install cppcheck
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run cppcheck
|
- name: Run cppcheck
|
||||||
shell: bash
|
shell: bash
|
||||||
|
3
.github/workflows/win_msvc.yml
vendored
3
.github/workflows/win_msvc.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup vcpkg and NuGet
|
- name: Setup vcpkg and NuGet
|
||||||
shell: bash
|
shell: bash
|
||||||
@ -64,7 +64,6 @@ jobs:
|
|||||||
-DVCPKG_TARGET_TRIPLET="${{ matrix.config.arch }}-windows-static-release" `
|
-DVCPKG_TARGET_TRIPLET="${{ matrix.config.arch }}-windows-static-release" `
|
||||||
-DVCPKG_OVERLAY_TRIPLETS="cmake/triplets" `
|
-DVCPKG_OVERLAY_TRIPLETS="cmake/triplets" `
|
||||||
-DCMAKE_POLICY_DEFAULT_CMP0091=NEW -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded `
|
-DCMAKE_POLICY_DEFAULT_CMP0091=NEW -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded `
|
||||||
-DCMAKE_IGNORE_PATH="C:/Strawberry/perl/bin;C:/Strawberry/c/lib"
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cmake --build build --config "Release"
|
run: cmake --build build --config "Release"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user