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 03ae89c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
name: Build

on: [push]

jobs:
build:

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

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
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}
path: ./bin

0 comments on commit 03ae89c

Please sign in to comment.