Skip to content

Commit faebb72

Browse files
authored
Update main.yml
1 parent 7a4d19e commit faebb72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ jobs:
329329
--contents notebooks/smallpt.ipynb \
330330
--contents notebooks/images/marie.png \
331331
--contents notebooks/audio/audio.wav &
332-
if [[ "${os}" == "macos"* ]]; then
332+
if [[ "${{ matrix.os }}" == "macos"* ]]; then
333333
brew install coreutils
334334
export PATH="$HOMEBREW_PREFIX/opt/coreutils/libexec/gnubin:$PATH"
335335
fi

0 commit comments

Comments
 (0)