Skip to content

Commit

Permalink
Correct PHP syntax in Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Apr 1, 2024
1 parent 105dd63 commit a47fb82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ jobs:
- name: nproc
run: nproc

- name: cpuinfo
run: cat /proc/cpuinfo

- name: Build project
run: make build --no-print-directory

Expand Down

0 comments on commit a47fb82

Please sign in to comment.