Skip to content

Commit 993b32e

Browse files
committed
Update workflow
1 parent a5f958c commit 993b32e

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/c.yml

+6-9
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,15 @@ name: C CI
22

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: master
66
pull_request:
7-
branches: [ "master" ]
7+
branches: master
8+
workflow_dispatch:
89

910
jobs:
1011
build:
11-
1212
runs-on: ubuntu-latest
13-
1413
steps:
15-
- uses: actions/checkout@v3
16-
- name: install packages
17-
run: sudo apt install libfftw3-dev libasound2-dev libx11-dev
18-
- name: make
19-
run: make
14+
- uses: actions/checkout@v4
15+
- run: sudo apt install libfftw3-dev libasound2-dev libx11-dev
16+
- run: make

0 commit comments

Comments
 (0)