summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilip Gawin <filip.gawin@zoho.com>2020-11-18 10:38:31 +0100
committerFilip Gawin <filip.gawin@zoho.com>2020-11-18 10:38:31 +0100
commit498a2795d9a2c42e7321d5c711bdc7e851e27ea1 (patch)
treec744e681852f894b94e5f9541afc2646a2a8347c
parentchanges to librw layer, GLES now runtime choice (diff)
downloadre3-498a2795d9a2c42e7321d5c711bdc7e851e27ea1.tar
re3-498a2795d9a2c42e7321d5c711bdc7e851e27ea1.tar.gz
re3-498a2795d9a2c42e7321d5c711bdc7e851e27ea1.tar.bz2
re3-498a2795d9a2c42e7321d5c711bdc7e851e27ea1.tar.lz
re3-498a2795d9a2c42e7321d5c711bdc7e851e27ea1.tar.xz
re3-498a2795d9a2c42e7321d5c711bdc7e851e27ea1.tar.zst
re3-498a2795d9a2c42e7321d5c711bdc7e851e27ea1.zip
-rw-r--r--.github/workflows/re3_msvc_amd64.yml2
-rw-r--r--.github/workflows/re3_msvc_x86.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/re3_msvc_amd64.yml b/.github/workflows/re3_msvc_amd64.yml
index 07b793ba..8f22af56 100644
--- a/.github/workflows/re3_msvc_amd64.yml
+++ b/.github/workflows/re3_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/re3_msvc_x86.yml b/.github/workflows/re3_msvc_x86.yml
index 34e892cf..c0432280 100644
--- a/.github/workflows/re3_msvc_x86.yml
+++ b/.github/workflows/re3_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'