We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0734944 commit 13c2190Copy full SHA for 13c2190
.github/workflows/integration_tests.yml
@@ -31,10 +31,10 @@ jobs:
31
ls "C:\Users\Administrator\Documents\Paradox Interactive\Imperator"
32
ls "C:\Users\Administrator\Documents\Paradox Interactive\Imperator\mod"
33
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
+ # - name: "Setup Dotnet for use with actions"
+ # uses: actions/setup-dotnet@v4
+ # with:
+ # global-json-file: global.json
38
- name: "Build converter backend"
39
working-directory: ImperatorToCK3
40
run: |
0 commit comments