We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8db8fa commit bf5b29aCopy full SHA for bf5b29a
.github/workflows/rust.yml
@@ -21,7 +21,7 @@ jobs:
21
22
publish-aur:
23
runs-on: ubuntu-latest
24
- needs: [build-linux, build-macos]
+ needs: [build-linux]
25
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
26
steps:
27
- uses: actions/checkout@v3
0 commit comments