diff options
author | Filip Gawin <filip.gawin@zoho.com> | 2020-11-18 10:38:31 +0100 |
---|---|---|
committer | Filip Gawin <filip.gawin@zoho.com> | 2020-11-18 10:38:31 +0100 |
commit | 498a2795d9a2c42e7321d5c711bdc7e851e27ea1 (patch) | |
tree | c744e681852f894b94e5f9541afc2646a2a8347c /.github/workflows/re3_msvc_amd64.yml | |
parent | changes to librw layer, GLES now runtime choice (diff) | |
download | re3-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 |
Diffstat (limited to '.github/workflows/re3_msvc_amd64.yml')
-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 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' |