Skip to content

Commit

Permalink
v1.0.373
Browse files Browse the repository at this point in the history
  • Loading branch information
petervanderwalt committed Apr 26, 2024
1 parent c3e3860 commit 6ea08ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -62,7 +62,7 @@ jobs:
shell: cmd

- name: Install setuptools (macos)
if: starts+With(matrix.os, 'macos')
if: startsWith(matrix.os, 'macos')
run: sudo -H pip install setuptools

- name: Prepare for app notarization (macos)
Expand Down

0 comments on commit 6ea08ab

Please sign in to comment.