Skip to content

Commit 6c8aa01

Browse files
committed
Even more succinct
1 parent 6479158 commit 6c8aa01

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/draft.yaml

+3-5
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,19 @@ jobs:
2525
- name: Checkout code
2626
uses: actions/checkout@v4
2727

28-
- name: Run Mac Build
28+
- name: Setup Mac build environment
2929
if: matrix.os == 'macos-latest'
3030
run: |
3131
brew install gawk
3232
33-
- name: Run Windows Build
33+
- name: Setup Windows build environment
3434
if: matrix.os == 'windows-latest'
3535
run: |
3636
choco install winflexbison -y
3737
3838
- name: Compile, verify, and create archives
3939
run: |
40-
make
41-
make check
42-
make artifacts
40+
make check artifacts
4341
4442
- name: Machine dependent file upload
4543
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)