Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dim13 committed Jan 7, 2025
1 parent a5f958c commit 993b32e
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@ name: C CI

on:
push:
branches: [ "master" ]
branches: master
pull_request:
branches: [ "master" ]
branches: master
workflow_dispatch:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: install packages
run: sudo apt install libfftw3-dev libasound2-dev libx11-dev
- name: make
run: make
- uses: actions/checkout@v4
- run: sudo apt install libfftw3-dev libasound2-dev libx11-dev
- run: make

0 comments on commit 993b32e

Please sign in to comment.