forked from libre-chip/fayalite
switch to use server's new actions org
This commit is contained in:
parent
c06ef56482
commit
64ec6c0dcc
2 changed files with 5 additions and 5 deletions
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: debian-12
|
||||
needs: deps
|
||||
steps:
|
||||
- uses: https://git.libre-chip.org/mirrors/checkout@v3
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: |
|
||||
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
source "$HOME/.cargo/env"
|
||||
rustup component add rust-src
|
||||
echo "$PATH" >> "$GITHUB_PATH"
|
||||
- uses: https://git.libre-chip.org/mirrors/cache/restore@v3
|
||||
- uses: actions/cache/restore@v3
|
||||
with:
|
||||
path: deps
|
||||
key: ${{ needs.deps.outputs.cache-primary-key }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue