mirror of
https://github.com/ArthurSonzogni/Diagon.git
synced 2026-08-29 16:40:45 +08:00
Github action: Fix windows/boost
This commit is contained in:
@@ -198,9 +198,11 @@ jobs:
|
||||
|
||||
- name: "Install boost for windows"
|
||||
if: ${{ runner.os == 'Windows' }}
|
||||
uses: MarkusJx/install-boost@v1.0.1
|
||||
uses: MarkusJx/install-boost@v2.4.4
|
||||
with:
|
||||
boost_version: 1.73.0
|
||||
boost_version: 1.81.0
|
||||
platform_version: 2022
|
||||
toolset: msvc
|
||||
|
||||
- name: "Install dependencies for macOS"
|
||||
if: ${{ runner.os == 'macOS' }}
|
||||
|
||||
Reference in New Issue
Block a user