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