Skip to content

Commit bf5b29a

Browse files
Fix workflow
1 parent d8db8fa commit bf5b29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
publish-aur:
2323
runs-on: ubuntu-latest
24-
needs: [build-linux, build-macos]
24+
needs: [build-linux]
2525
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
2626
steps:
2727
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)