Skip to content

Commit

Permalink
run from dir
Browse files Browse the repository at this point in the history
  • Loading branch information
elvece committed Dec 28, 2023
1 parent dc81055 commit afb6124
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/buildService.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- name: Build rust-musl-builder
run: |
chmod a+x rust-musl-cross/build.sh
./rust-musl-cross/build.sh
cd /rust-musl-cross
./build.sh
shell: bash

- name: Build md-packer
Expand Down

0 comments on commit afb6124

Please sign in to comment.