diff options
author | withmorten <morten.with@gmail.com> | 2021-01-24 17:06:50 +0100 |
---|---|---|
committer | withmorten <morten.with@gmail.com> | 2021-01-26 11:30:46 +0100 |
commit | 3948a1f726fa4ea2d02a895257ec391152e36882 (patch) | |
tree | f76ba187081e6d627e1df6c638200ce532bff89e /.github/workflows/reVC_msvc_amd64.yml | |
parent | Update OpenAL (diff) | |
download | re3-3948a1f726fa4ea2d02a895257ec391152e36882.tar re3-3948a1f726fa4ea2d02a895257ec391152e36882.tar.gz re3-3948a1f726fa4ea2d02a895257ec391152e36882.tar.bz2 re3-3948a1f726fa4ea2d02a895257ec391152e36882.tar.lz re3-3948a1f726fa4ea2d02a895257ec391152e36882.tar.xz re3-3948a1f726fa4ea2d02a895257ec391152e36882.tar.zst re3-3948a1f726fa4ea2d02a895257ec391152e36882.zip |
Diffstat (limited to '.github/workflows/reVC_msvc_amd64.yml')
-rw-r--r-- | .github/workflows/reVC_msvc_amd64.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/reVC_msvc_amd64.yml b/.github/workflows/reVC_msvc_amd64.yml index 19804d38..71e0ff1d 100644 --- a/.github/workflows/reVC_msvc_amd64.yml +++ b/.github/workflows/reVC_msvc_amd64.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: platform: [win-amd64-librw_d3d9-oal, win-amd64-librw_gl3_glfw-oal] - buildtype: [Debug, Release] + buildtype: [Debug, Release, Vanilla] steps: - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v1.0.2 |