Skip to content

Commit

Permalink
Update linux-arm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vednig authored Jul 21, 2024
1 parent e710009 commit 260d09b
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/linux-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,21 @@ jobs:
build:

runs-on: ubuntu-latest

steps:
- name: ARM runner
uses: pguyot/arm-runner-action@v2.6.3
with:
commands: sudo apt-get -y install curl git cmake clang ninja-build libgtk-3-dev
image_additional_mb: 5000
base_image: raspios_lite:latest





- uses: actions/checkout@v4
- uses: uraimo/run-on-arch-action@v2
name: Run commands
id: runcmd
with:
arch: armv7
distro: ubuntu22.04
# Set an output parameter `uname` for use in subsequent steps
run: |
uname -a
echo ::set-output name=uname::$(uname -a)
# - name: Install Dependencies
Expand Down

0 comments on commit 260d09b

Please sign in to comment.