Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Aug 28, 2024
1 parent 081196b commit 0da2106
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/setup-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ runs:
- name: "Redirect konan caches to fast D: drive for Windows runners"
if: runner.os == 'Windows'
shell: cmd
run: |
mkdir D:\.konan
mklink /D C:\Users\runneradmin\.konan D:\.konan
run: echo KONAN_DATA_DIR=D:\.konan>>%GITHUB_ENV%
- uses: gradle/actions/setup-gradle@v4
with:
build-scan-publish: true
Expand Down

0 comments on commit 0da2106

Please sign in to comment.