mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 06:49:47 +00:00
Fix CI cache (#92)
it didn't work so far because you can't use variable in the path...
This commit is contained in:
9
.github/workflows/test-devel_release.yml
vendored
9
.github/workflows/test-devel_release.yml
vendored
@ -8,6 +8,15 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Create directories
|
||||
run: cd ~/; mkdir -p .local/ go/
|
||||
- name: Cache Anope
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
key: 3-${{ runner.os }}-anope-2.0.9
|
||||
path: '~/.cache
|
||||
|
||||
${{ github.workspace }}/anope
|
||||
|
||||
'
|
||||
- name: Checkout Anope
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
|
Reference in New Issue
Block a user