Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-09-29 11:53:23 +0300
committerGitHub <noreply@github.com>2022-09-29 11:53:23 +0300
commite39b5455c0fbee1dde9a6b854193fc65347ddecc (patch)
treea15e93a50d3ae94fef49102bc140b6b1ce0c6fe7 /.github/workflows/build-test.yml
parent830ff377d30ff1b46e50e77e86684618e84421b5 (diff)
Update build-test.yml
Diffstat (limited to '.github/workflows/build-test.yml')
-rw-r--r--.github/workflows/build-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index f307d39..d1645f8 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -35,7 +35,7 @@ jobs:
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Setup .NET
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Build