Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
azahnen committed Oct 17, 2024
1 parent 43ae799 commit e8d4d25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/xtracfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
build_binaries:
if: ${{ github.ref_name == 'main' }}
runs-on: ${{ matrix.os.runner }}
needs: libraries
needs: build_libraries
strategy:
matrix:
os:
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:

publish_npm:
runs-on: ubuntu-latest
needs: libraries
needs: build_libraries
defaults:
run:
working-directory: ./libxtracfg/js
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
publish_docker:
if: ${{ github.ref_name == 'main' }}
runs-on: ubuntu-latest
needs: binary
needs: build_binaries
steps:
- name: load
uses: actions/download-artifact@v4
Expand Down

0 comments on commit e8d4d25

Please sign in to comment.