Skip to content

Commit

Permalink
env
Browse files Browse the repository at this point in the history
  • Loading branch information
quaresmajose committed Oct 25, 2024
1 parent c64f194 commit e47f886
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-yocto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:

jobs:
compile:
env:
CACHE_DIR: /srv/gh-runners/quic-yocto
DL_DIR: ${{ env.CACHE_DIR }}/downloads
SSTATE_DIR: ${{ env.CACHE_DIR }}/sstate-cache
KAS_WORK_DIR: ${{ env.GITHUB_WORKSPACE }}/../kas
strategy:
max-parallel: 1
fail-fast: true
Expand Down

0 comments on commit e47f886

Please sign in to comment.