Skip to content

Commit

Permalink
ci: use scarthgap {DL,SSTATE}_DIR
Browse files Browse the repository at this point in the history
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
  • Loading branch information
zyga committed May 27, 2024
1 parent 9f17d17 commit b00b50c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
name: ${{ matrix.kas }}
env:
# On non-ephemeral workers, downloads and sstate is cached.
DL_DIR: /srv/meta-snapd/master/downloads
SSTATE_DIR: /srv/meta-snapd/master/sstate-cache
DL_DIR: /srv/meta-snapd/scarthgap/downloads
SSTATE_DIR: /srv/meta-snapd/scarthgap/sstate-cache
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit b00b50c

Please sign in to comment.