Skip to content

Commit

Permalink
Create symlinks?
Browse files Browse the repository at this point in the history
  • Loading branch information
warp-core committed Jan 27, 2025
1 parent 1dfd544 commit e0bf99b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ jobs:
run: |
choco install mingw --forcex86 --force
echo Join-Path C: ProgramData mingw64 mingw32 bin >> $env:GITHUB_PATH
New-Item -ItemType HardLink -Path (Join-Path C: ProgramData mingw64 mingw32 bin 'c++.exe') -Value (Join-Path C: ProgramData mingw64 mingw36 bin 'i686-w64-mingw32-g++.exe') -Force
- name: Adjust version strings
run: ./utils/cd_update_versions.sh
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cd_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
run: |
choco install mingw --forcex86 --force
echo Join-Path C: ProgramData mingw64 mingw32 bin >> $env:GITHUB_PATH
New-Item -ItemType HardLink -Path (Join-Path C: ProgramData mingw64 mingw32 bin 'c++.exe') -Value (Join-Path C: ProgramData mingw64 mingw36 bin 'i686-w64-mingw32-g++.exe') -Force
- uses: lukka/get-cmake@latest
- uses: lukka/run-vcpkg@v11
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ jobs:
run: |
choco install mingw --forcex86 --force
echo Join-Path C: ProgramData mingw64 mingw32 bin >> $env:GITHUB_PATH
New-Item -ItemType HardLink -Path (Join-Path C: ProgramData mingw64 mingw32 bin 'c++.exe') -Value (Join-Path C: ProgramData mingw64 mingw36 bin 'i686-w64-mingw32-g++.exe') -Force
- uses: lukka/get-cmake@latest
- uses: lukka/run-vcpkg@v11
with:
Expand Down

0 comments on commit e0bf99b

Please sign in to comment.