Skip to content

Commit

Permalink
Updated build script path in CI workflow
Browse files Browse the repository at this point in the history
The CI workflow has been updated to reflect changes in the build script's location. The 'make' command now points to 'out/install.sh' instead of 'dist/install.sh'. This change also affects the test command, ensuring it aligns with the new script location.
  • Loading branch information
UnstoppableMango committed Jul 31, 2024
1 parent 5a465c6 commit 68b18ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Make dist/install.sh
run: make dist/install.sh
- name: Make install script
run: make out/install.sh

- name: Test
run: make .test/install_script

0 comments on commit 68b18ee

Please sign in to comment.