summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2021-07-12 02:15:41 +0200
committerSergeanur <s.anureev@yandex.ua>2021-07-12 02:34:37 +0200
commitb4364c3672d33d8bd6b1790b9274517655943bf8 (patch)
treee6ec83bed462c00b2b8a275c34e8a778197ec916 /.github
parentMerge pull request #1218 from withmorten/ini (diff)
downloadre3-b4364c3672d33d8bd6b1790b9274517655943bf8.tar
re3-b4364c3672d33d8bd6b1790b9274517655943bf8.tar.gz
re3-b4364c3672d33d8bd6b1790b9274517655943bf8.tar.bz2
re3-b4364c3672d33d8bd6b1790b9274517655943bf8.tar.lz
re3-b4364c3672d33d8bd6b1790b9274517655943bf8.tar.xz
re3-b4364c3672d33d8bd6b1790b9274517655943bf8.tar.zst
re3-b4364c3672d33d8bd6b1790b9274517655943bf8.zip
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/re3_msvc_amd64.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/re3_msvc_amd64.yml b/.github/workflows/re3_msvc_amd64.yml
index 428da540..014ac4f7 100644
--- a/.github/workflows/re3_msvc_amd64.yml
+++ b/.github/workflows/re3_msvc_amd64.yml
@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
platform: [win-amd64-librw_d3d9-oal, win-amd64-librw_gl3_glfw-oal]
- buildtype: [Debug, Release, Vanilla]
+ buildtype: [Debug, Release]
steps:
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.2