Skip to content

Commit a6a42b8

Browse files
committed
Remove MacOS experiments
1 parent 588d32b commit a6a42b8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/mac-make.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,8 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v3
14-
- name: 'Exporting brew PATH'
15-
run: echo "/usr/local/opt" >> $GITHUB_PATH
1614
- name: Install GNU awk
1715
run: |
18-
echo "${PATH}"
19-
type cc || true
20-
type gcc || true
2116
brew install gawk
2217
- name: make
2318
run: make

0 commit comments

Comments
 (0)