Skip to content

Commit 76f8c25

Browse files
committed
fix cache
Change-Id: Ia92d2869d72df8e9d8668586a5f01812a26f5223
1 parent b20d681 commit 76f8c25

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/aarch64-acl.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,18 @@ jobs:
6565
cmakeVersion: 3.31.0
6666
ninjaVersion: 1.12.0
6767

68-
- name: Install Scons
68+
- name: Install Scons MacOS
6969
if: ${{ matrix.config.name == 'MacOS' }}
7070
uses: threeal/pipx-install-action@b0bf0add7d5aefda03a3d4e47d651df807889e10 # v1.0.0
7171
with:
7272
packages: scons
7373

74+
- name: Install scons linux
75+
if: ${{ matrix.config.name != 'MacOS' }}
76+
run: |
77+
sudo apt update -y
78+
sudo apt install -y scons
79+
7480
- name: Read version file
7581
id: get-versions
7682
run: |

0 commit comments

Comments
 (0)