Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mka2000 authored Dec 22, 2023
1 parent a3e5250 commit b29ca62
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,20 @@ on:
jobs:
build:

runs-on: ubuntu-latest

runs-on: ubuntu-22.04
name: Build on ubuntu-18.04 armv7
steps:
- uses: actions/checkout@v3
- name: make
run: make install
- uses: uraimo/run-on-arch-action@v2
name: Run commands
id: runcmd
with:
arch: armv7
distro: ubuntu18.04
run: make install
- name: uploaded
uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v4
with:
name: mmc
path: /usr/local/bin/mmc
name: mmc
path: /usr/local/bin/mmc

0 comments on commit b29ca62

Please sign in to comment.