Skip to content

Commit

Permalink
ci: add ppa:ubuntu-toolchain-r/test
Browse files Browse the repository at this point in the history
  • Loading branch information
higaski committed May 21, 2024
1 parent 4fe630d commit cf14747
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ on:

jobs:
license:
uses: ZIMO-Elektronik/.github-workflows/.github/workflows/[email protected].1
uses: ZIMO-Elektronik/.github-workflows/.github/workflows/[email protected].6
14 changes: 3 additions & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ on:

jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: Install prerequisites
run: |
sudo apt update -y
sudo apt install -y ninja-build
sudo apt install -y '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev
- run: cmake -Bbuild
uses: ZIMO-Elektronik/.github-workflows/.github/workflows/[email protected]
with:
pre-build: sudo apt install -y libgl1-mesa-dev libglx-dev ninja-build

0 comments on commit cf14747

Please sign in to comment.