Skip to content

Commit

Permalink
Fix gh action
Browse files Browse the repository at this point in the history
Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
  • Loading branch information
angt committed Jan 16, 2025
1 parent 875180f commit 990ec6b
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
name: Build

on: [push]

jobs:
build:

runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
os: [ubuntu-latest, macos-latest]
arch: [x86_64, aarch64]

steps:
- uses: actions/checkout@v1
- name: Build
- uses: actions/checkout@v4
run: |
git submodule update --init --recursive
make prefix=. install
- uses: actions/upload-artifact@v1
with:
name: ${{ matrix.os }}
path: ./bin
make

0 comments on commit 990ec6b

Please sign in to comment.