diff options
author | Sergeanur <s.anureev@yandex.ua> | 2021-07-12 03:15:41 +0300 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2021-07-12 03:34:37 +0300 |
commit | b4364c3672d33d8bd6b1790b9274517655943bf8 (patch) | |
tree | e6ec83bed462c00b2b8a275c34e8a778197ec916 /.github/workflows | |
parent | 3515363df51110f6f2aa1a03026068c4639e09f1 (diff) |
Reorganize config.h
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/re3_msvc_amd64.yml | 2 |
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 |