This commit is contained in:
2025-04-13 21:17:41 +02:00
parent 9130d8ec38
commit d0c812775f

View File

@@ -48,13 +48,6 @@ jobs:
- name: Set xmake env - name: Set xmake env
run: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append run: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
# Install xmake
- name: Setup xmake
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@dev
actions-cache-folder: .xmake-cache-W${{ steps.cache_key.outputs.key }}
# Update xmake repository (in order to have the file that will be cached) # Update xmake repository (in order to have the file that will be cached)
- name: Update xmake repository - name: Update xmake repository
run: xmake repo --update run: xmake repo --update