Skip to content

Commit

Permalink
ci: fix dependency name
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Oct 6, 2024
1 parent 3b2ae2d commit 5284220
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ frontend:
paths:
- gomuks
dependencies:
- build frontend
- frontend
needs:
- build frontend
- frontend

linux/amd64:
<<: *build-linux
Expand Down Expand Up @@ -85,6 +85,6 @@ macos/arm64:
- gomuks
- libolm.3.dylib
dependencies:
- build frontend
- frontend
needs:
- build frontend
- frontend

0 comments on commit 5284220

Please sign in to comment.