Replaced checkout with custom action.
Some checks failed
CI / build-and-test (push) Failing after 38s
Some checks failed
CI / build-and-test (push) Failing after 38s
This commit is contained in:
parent
e10c55454f
commit
d9e1c7d728
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user