Skip to content

Commit

Permalink
CI: Use Install ninja from apt directly for linux CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamievlin committed Aug 22, 2024
1 parent f130cb8 commit c48ce2d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/actions/initialize-linux-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ description: Initialize environment
runs:
using: 'composite'
steps:
- name: Setup Ninja
uses: ashutoshvarma/[email protected]
with:
version: 1.10.0
- name: Update apt
shell: bash
run: sudo apt-get update
- name: Install ninja
shell: bash
run: sudo apt-get install ninja-build
- name: Setup OpenGL
shell: bash
run: |
Expand Down

0 comments on commit c48ce2d

Please sign in to comment.