actually checkout code
This commit is contained in:
parent
683057221c
commit
66d4bc0771
1 changed files with 4 additions and 1 deletions
|
|
@ -14,7 +14,10 @@ jobs:
|
|||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: install docker???
|
||||
run: |
|
||||
apt update && apt install wget cmake -y && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue