Skip to content

Commit

Permalink
Fixing the ./.github problem
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch committed Apr 19, 2024
1 parent fc34b77 commit c07e00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
run:
name: "Package"
uses: ".github/workflows/native-build.yml"
uses: "./.github/workflows/native-build.yml"
with:
build: ./compiler/install
test: ./compiler/test
Expand Down

0 comments on commit c07e00e

Please sign in to comment.