Skip to content

Commit

Permalink
Finished?
Browse files Browse the repository at this point in the history
  • Loading branch information
warp-core committed Jan 27, 2025
1 parent 722156e commit e1b5f37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@ jobs:
run: |
choco install mingw --x86
echo (Join-Path C: ProgramData mingw64 mingw32 bin) >> $env:GITHUB_PATH
Remove-Item (Join-Path C: ProgramData mingw64 mingw32 i686-w64-mingw32 lib 'libpthread.dll.a')
Remove-Item (Join-Path C: ProgramData mingw64 mingw32 i686-w64-mingw32 lib 'libwinpthread.dll.a')
New-Item -ItemType HardLink -Path (Join-Path C: ProgramData mingw64 mingw32 bin 'c++.exe') -Value (Join-Path C: ProgramData mingw64 mingw32 bin 'i686-w64-mingw32-g++.exe') -Force
- name: Adjust version strings
run: ./utils/cd_update_versions.sh
shell: bash
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/cd_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ jobs:
- name: Install x86 MinGW
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 mingw32 bin 'i686-w64-mingw32-g++.exe') -Force
echo (Join-Path C: ProgramData mingw64 mingw32 bin) >> $env:GITHUB_PATH
- uses: lukka/get-cmake@latest
- uses: lukka/run-vcpkg@v11
with:
Expand Down

0 comments on commit e1b5f37

Please sign in to comment.