Skip to content

Commit

Permalink
Don't use actions/setup-dotnet in integration_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains committed Dec 27, 2024
1 parent 0734944 commit 769f370
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
ls "C:\Users\Administrator\Documents\Paradox Interactive\Imperator"
ls "C:\Users\Administrator\Documents\Paradox Interactive\Imperator\mod"
ls "C:\Users\Administrator\Documents\Paradox Interactive\Crusader Kings III\mod"
- name: "Setup Dotnet for use with actions"
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json
# - name: "Setup Dotnet for use with actions"
# uses: actions/setup-dotnet@v4
# with:
# global-json-file: global.json
- name: "Build converter backend"
working-directory: ImperatorToCK3
run: |
Expand Down

0 comments on commit 769f370

Please sign in to comment.