Skip to content

Commit

Permalink
[TEST] Install latest ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanosio committed Feb 23, 2024
1 parent 83241cc commit 5769bcc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/twister.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@ jobs:
wget -c https://github.com/Kitware/ninja/releases/download/v1.11.1.g95dee.kitware.jobserver-1/ninja-1.11.1.g95dee.kitware.jobserver-1_x86_64-linux-gnu.tar.gz -O - | tar xz --strip-components=1
sudo cp ninja /usr/local/bin
wget -c https://github.com/ccache/ccache/releases/download/v4.9.1/ccache-4.9.1-linux-x86_64.tar.xz -O - | tar Jx --strip-components=1
sudo cp ccache /usr/local/bin
git clean -dxf
echo "ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-$( cat SDK_VERSION )" >> $GITHUB_ENV
- name: Check Environment
Expand Down

0 comments on commit 5769bcc

Please sign in to comment.