Skip to content

Commit a443516

Browse files
committed
Fix actions dependency
1 parent 27048f9 commit a443516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
test:
1010
uses: ./.github/workflows/test.yml
1111
deploy:
12-
needs: [test, build-native]
12+
needs: [test]
1313
runs-on: macos-latest
1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)