fixing CI
Some checks failed
Windows / build (windows-x86_64) (push) Failing after 2s
Windows / build (ubuntu-latest) (push) Failing after 2m38s
Windows / build (macos-x86_64) (push) Failing after 2m53s

This commit is contained in:
2026-01-18 16:11:29 +01:00
parent 7998ef448e
commit 1146a99c53

View File

@@ -23,7 +23,8 @@ jobs:
steps: steps:
- name: Get current date as package key - name: Get current date as package key
id: cache_key id: cache_key
run: echo "key=$(date +'%W')" >> $GITHUB_OUTPUT shell: bash
run: echo "key=$(date +'%W')" >> "$GITHUB_OUTPUT"
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v6 uses: actions/checkout@v6