Skip to content

Commit

Permalink
Revert "Remove global.json temporary in unit-test"
Browse files Browse the repository at this point in the history
This reverts commit a9f2b72.
  • Loading branch information
zero1ne committed Nov 8, 2023
1 parent f76db69 commit 4caf3ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/qsi-unit-tests.yml
Expand Up @@ -44,9 +44,10 @@ jobs:
global-json-file: global.json
dotnet-version: 7.0.x

- name: Remove global.json
- name: Create temporary global.json
shell: bash
run: rm global.json
run: |
echo '{"sdk":{"version": "${{ steps.setup-dotnet.outputs.dotnet-version }}"}}' > ./global.json
- name: Setup Java
uses: actions/setup-java@v3
Expand Down

0 comments on commit 4caf3ae

Please sign in to comment.