Skip to content

Commit

Permalink
Fix ubuntu CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Oct 13, 2023
1 parent 12d88ce commit fdf7f2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
ref: 8.13
token: ${{ secrets.AS_TOKEN }} #reniew token periodically

- name: ccache
uses: hendrikmuhs/[email protected]
with:
key: ${{ matrix.os }}-${{ matrix.xprs }}

- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit fdf7f2b

Please sign in to comment.