[DO NOT MERGE] testing Windows CI failures

This commit is contained in:
Ayke van Laethem
2024-11-08 11:20:51 +01:00
parent e12da15f7d
commit 2dd06c4378
9 changed files with 133 additions and 40 deletions
+4
View File
@@ -22,6 +22,8 @@ jobs:
outputs:
version: ${{ steps.version.outputs.version }}
steps:
- name: exit early
run: command-does-not-exist
- name: Install apk dependencies
# tar: needed for actions/cache@v4
# git+openssh: needed for checkout (I think?)
@@ -171,6 +173,8 @@ jobs:
# potential bugs.
runs-on: ubuntu-latest
steps:
- name: exit early
run: command-does-not-exist
- name: Checkout
uses: actions/checkout@v4
with: