summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorFilip Gawin <filip.gawin@zoho.com>2020-11-18 10:40:14 +0100
committerFilip Gawin <filip.gawin@zoho.com>2020-11-18 10:40:14 +0100
commitf043b6e095d27a0ce2b042fdf7233da7bb763a1a (patch)
tree2c9f2ea1ce56c013833723e9337d82149b2b1889 /.github
parentchanges to librw layer, GLES now runtime choice (diff)
downloadre3-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')
-rw-r--r--.github/workflows/reVC_msvc_amd64.yml2
-rw-r--r--.github/workflows/reVC_msvc_x86.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/reVC_msvc_amd64.yml b/.github/workflows/reVC_msvc_amd64.yml
index 23e7644f..2053a770 100644
--- a/.github/workflows/reVC_msvc_amd64.yml
+++ b/.github/workflows/reVC_msvc_amd64.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'
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'