diff options
author | Filip Gawin <filip.gawin@zoho.com> | 2020-11-18 10:40:14 +0100 |
---|---|---|
committer | Filip Gawin <filip.gawin@zoho.com> | 2020-11-18 10:40:14 +0100 |
commit | f043b6e095d27a0ce2b042fdf7233da7bb763a1a (patch) | |
tree | 2c9f2ea1ce56c013833723e9337d82149b2b1889 /.github/workflows/reVC_msvc_x86.yml | |
parent | changes to librw layer, GLES now runtime choice (diff) | |
download | re3-f043b6e095d27a0ce2b042fdf7233da7bb763a1a.tar re3-f043b6e095d27a0ce2b042fdf7233da7bb763a1a.tar.gz re3-f043b6e095d27a0ce2b042fdf7233da7bb763a1a.tar.bz2 re3-f043b6e095d27a0ce2b042fdf7233da7bb763a1a.tar.lz re3-f043b6e095d27a0ce2b042fdf7233da7bb763a1a.tar.xz re3-f043b6e095d27a0ce2b042fdf7233da7bb763a1a.tar.zst re3-f043b6e095d27a0ce2b042fdf7233da7bb763a1a.zip |
Diffstat (limited to '.github/workflows/reVC_msvc_x86.yml')
-rw-r--r-- | .github/workflows/reVC_msvc_x86.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/reVC_msvc_x86.yml b/.github/workflows/reVC_msvc_x86.yml index 9b1c939c..99079608 100644 --- a/.github/workflows/reVC_msvc_x86.yml +++ b/.github/workflows/reVC_msvc_x86.yml @@ -23,7 +23,7 @@ jobs: buildtype: [Debug, Release] steps: - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.0.1 + uses: microsoft/setup-msbuild@v1.0.2 - uses: actions/checkout@v2 with: submodules: 'true' |