Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TSKangetsu authored May 7, 2024
1 parent 416f61e commit 85ab257
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,19 @@ env:

jobs:
build:
runs-on: self-hosted
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master

- name: musl cross-compiler
uses: Lesmiscore/musl-cross-compilers@v0.5
with:
target: aarch64-linux-musl

- name: Checkout submodules
run: git submodule update --init --recursive

- name: Install wiringpi
run: sudo apt-get install wiringpi pigpio


- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

Expand Down

0 comments on commit 85ab257

Please sign in to comment.