This commit is contained in:
ds 2020-11-12 16:19:30 +03:00
commit d8b7e8857d

View file

@ -8,9 +8,16 @@ jobs:
runs-on: self-hosted
steps:
- name: Runner Cleanup
shell: bash
run: |
echo "Cleaning up previous run"
rm -rf "${{ github.workspace }}/*"
- uses: actions/checkout@v2
with:
submodules: true
fetch-depth: 0
- name: Setup Meson
shell: bash