parent
6b18659c2f
commit
935a90262c
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@ jobs:
|
|||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: "[TEMP] Add cache"
|
||||
run: |
|
||||
mkdir cache
|
||||
|
||||
- name: "Clone modpack"
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue