We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6479158 commit 6c8aa01Copy full SHA for 6c8aa01
.github/workflows/draft.yaml
@@ -25,21 +25,19 @@ jobs:
25
- name: Checkout code
26
uses: actions/checkout@v4
27
28
- - name: Run Mac Build
+ - name: Setup Mac build environment
29
if: matrix.os == 'macos-latest'
30
run: |
31
brew install gawk
32
33
- - name: Run Windows Build
+ - name: Setup Windows build environment
34
if: matrix.os == 'windows-latest'
35
36
choco install winflexbison -y
37
38
- name: Compile, verify, and create archives
39
40
- make
41
- make check
42
- make artifacts
+ make check artifacts
43
44
- name: Machine dependent file upload
45
uses: softprops/action-gh-release@v2
0 commit comments