diff options
| author | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2022-02-27 23:54:39 +0100 |
|---|---|---|
| committer | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2022-02-28 00:17:26 +0100 |
| commit | 6174931fe58b1dc0fc64029dbe3abefc81aa67d5 (patch) | |
| tree | 0119a8b41608c84c88981efd8362a15f01602491 /.github/workflows | |
| parent | c297c02652575e2affccbba16be0176d30d5ff06 (diff) | |
| download | psn00bsdk-6174931fe58b1dc0fc64029dbe3abefc81aa67d5.tar.gz | |
Refactor io/system573, switch to MSVC for CI builds
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a2a5510..b2ca311 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -108,7 +108,7 @@ jobs: - name: Install prerequisites run: | - pacman -S --noconfirm mingw-w64-x86_64-ninja mingw-w64-x86_64-gcc + pacman -S --noconfirm mingw-w64-x86_64-ninja - name: Fetch repo contents uses: actions/checkout@v2 @@ -118,7 +118,7 @@ jobs: - name: Build and package PSn00bSDK run: | - cmake --preset ci -S sdk -DPSN00BSDK_TC=${{ github.workspace }}\gcc\windows + cmake --preset ci -S sdk -G "Visual Studio 16 2019" -DPSN00BSDK_TC=${{ github.workspace }}\gcc\windows cmake --build build cmake --build build -t package @@ -162,7 +162,7 @@ jobs: - name: Build and package PSn00bSDK run: | - cmake --preset ci -S sdk -DPSN00BSDK_TC=${{ github.workspace }}/gcc/linux + cmake --preset ci -S sdk -G "Ninja" -DPSN00BSDK_TC=${{ github.workspace }}/gcc/linux cmake --build build cmake --build build -t package |
