Skip to content

Commit 4a23d32

Browse files
committed
try apt
1 parent 330a350 commit 4a23d32

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/bsp_buildings.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -434,12 +434,13 @@ jobs:
434434
echo "RTT_ROOT=${{ github.workspace }}" >> $GITHUB_ENV
435435
echo "RTT_CC=gcc" >> $GITHUB_ENV
436436
echo "export PATH=~/.env/tools/scripts:$PATH" > ~/.env/env.sh
437+
sudo apt install cmake ninja-build
437438
438-
- name: Install Cmake & Ninja
439-
uses: lukka/get-cmake@latest
440-
with:
441-
cmakeVersion: latest
442-
ninjaVersion: latest
439+
# - name: Install Cmake & Ninja
440+
# uses: lukka/get-cmake@latest
441+
# with:
442+
# cmakeVersion: latest
443+
# ninjaVersion: latest
443444

444445
- name: Install Arm ToolChains
445446
if: ${{ matrix.legs.RTT_TOOL_CHAIN == 'sourcery-arm' && success() }}

0 commit comments

Comments
 (0)