windows style paths <3

This commit is contained in:
Hazel 2023-10-15 00:11:53 +01:00
parent a89a819590
commit c36d01230c
1 changed files with 2 additions and 3 deletions

View File

@ -53,9 +53,8 @@ jobs:
token: ${{ secrets.GH_RO_PAT }}
- uses: ./.github/actions/setup-haxeshit
- name: Make HXCPP cache dir
shell: bash
run: |
mkdir -p ${{ runner.temp }}\\hxcpp_cache
mkdir -p ${{ runner.temp }}\hxcpp_cache
- name: Restore build cache
id: cache-build-win
uses: actions/cache@v3
@ -63,7 +62,7 @@ jobs:
path: |
.haxelib
export
${{ runner.temp }}\\hxcpp_cache
${{ runner.temp }}\hxcpp_cache
key: ${{ runner.os }}-build-win-${{ github.ref_name }}
restore-keys: |
${{ runner.os }}-build-win-