Skip to content

Commit 13c2190

Browse files
authored
Don't use actions/setup-dotnet in integration_tests.yml (#2382)
1 parent 0734944 commit 13c2190

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/integration_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
ls "C:\Users\Administrator\Documents\Paradox Interactive\Imperator"
3232
ls "C:\Users\Administrator\Documents\Paradox Interactive\Imperator\mod"
3333
ls "C:\Users\Administrator\Documents\Paradox Interactive\Crusader Kings III\mod"
34-
- name: "Setup Dotnet for use with actions"
35-
uses: actions/setup-dotnet@v4
36-
with:
37-
global-json-file: global.json
34+
# - name: "Setup Dotnet for use with actions"
35+
# uses: actions/setup-dotnet@v4
36+
# with:
37+
# global-json-file: global.json
3838
- name: "Build converter backend"
3939
working-directory: ImperatorToCK3
4040
run: |

0 commit comments

Comments
 (0)