Replaced checkout with custom action.
Some checks failed
CI / build-and-test (push) Failing after 38s

This commit is contained in:
Johannes Janssen 2025-04-03 22:35:33 +02:00
parent e10c55454f
commit d9e1c7d728

View File

@ -14,7 +14,10 @@ jobs:
- name: Checkout code
run: |
git clone
git clone "https://${{ github.server_url }}/${{ github.repository }}.git" .
git checkout ${{ github.sha }}
shell: bash
working-directory: ${{ github.workspace }}
- name: Configure project
run: meson setup builddir