Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
HiGarfield committed Sep 29, 2024
1 parent 653173c commit 58455d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
ref: master
fetch-depth: 0

- name: Compile macos
- name: Compile in macOS
if: ${{ startsWith( matrix.os, 'macos-' ) }}
run: |
make
Expand All @@ -37,7 +37,7 @@ jobs:
cp ./tests/process_iterator_test ./tests/${random_filename}
sudo ./tests/${random_filename}
- name: Compile ubuntu
- name: Compile in Ubuntu
if: ${{ startsWith( matrix.os, 'ubuntu-' ) }}
run: |
make LDFLAGS="-static"
Expand Down

0 comments on commit 58455d5

Please sign in to comment.