4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -89,7 +89,7 @@ jobs:
|
|||||||
uses: actions/cache/restore@v4
|
uses: actions/cache/restore@v4
|
||||||
with:
|
with:
|
||||||
path: ${{ github.workspace }}/hysteria/libs
|
path: ${{ github.workspace }}/hysteria/libs
|
||||||
key: libhysteria2-${{ runner.os }}-${{ hashFiles('.git/modules/hysteria/HEAD') }}-${{ hashFiles('libhysteria.sh') }}
|
key: libhysteria2-${{ runner.os }}-${{ hashFiles('.git/modules/hysteria/HEAD') }}-${{ hashFiles('libhysteria2.sh') }}
|
||||||
|
|
||||||
- name: Setup Golang
|
- name: Setup Golang
|
||||||
if: steps.cache-libhysteria2-restore.outputs.cache-hit != 'true'
|
if: steps.cache-libhysteria2-restore.outputs.cache-hit != 'true'
|
||||||
@@ -109,7 +109,7 @@ jobs:
|
|||||||
uses: actions/cache/save@v4
|
uses: actions/cache/save@v4
|
||||||
with:
|
with:
|
||||||
path: ${{ github.workspace }}/hysteria/libs
|
path: ${{ github.workspace }}/hysteria/libs
|
||||||
key: libhysteria2-${{ runner.os }}-${{ hashFiles('.git/modules/hysteria/HEAD') }}-${{ hashFiles('libhysteria.sh') }}
|
key: libhysteria2-${{ runner.os }}-${{ hashFiles('.git/modules/hysteria/HEAD') }}-${{ hashFiles('libhysteria2.sh') }}
|
||||||
|
|
||||||
- name: Copy libhysteria2
|
- name: Copy libhysteria2
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user