Skip to content

Commit

Permalink
chore: Organize the project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon committed Sep 21, 2023
1 parent a2bbd35 commit 3a45601
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ else
echo "Unknown target: $INPUT_TARGET" && exit 1
fi

bash build.sh
bash .github/build-for-linux/build.sh
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
with:
fetch-depth: 1
- name: Build for Linux
uses: ./build-for-linux
uses: ./.github/build-for-linux
with:
target: ${{ matrix.target }}
toolchain: stable-${{ matrix.target }}
Expand Down

0 comments on commit 3a45601

Please sign in to comment.