Skip to content

Commit f8f760f

Browse files
authored
1 parent acd6f6f commit f8f760f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
if: ${{ matrix.os == 'macOS-latest' }}
3131
run: |
3232
brew install automake bash coreutils make
33-
echo ::add-path::/usr/local/opt/coreutils/libexec/gnubin
34-
echo ::add-path::/usr/local/opt/make/libexec/gnubin
33+
echo "/usr/local/opt/coreutils/libexec/gnubin" >> $GITHUB_PATH
34+
echo "/usr/local/opt/make/libexec/gnubin" >> $GITHUB_PATH
3535
- name: Fetch branches
3636
run: |
3737
git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*

0 commit comments

Comments
 (0)