mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-01 11:04:26 +00:00
Added linux build dependency
This commit is contained in:
parent
177848530f
commit
715a65619e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -129,7 +129,7 @@ jobs:
|
|||
release-builds-github:
|
||||
name: Release builds to GitHub
|
||||
runs-on: ubuntu-latest
|
||||
needs: [build-android, build-macos]
|
||||
needs: [build-android, build-macos, build-linux]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Create builds directory
|
||||
|
|
Loading…
Add table
Reference in a new issue