forked from lix-project/lix-installer
Set executable on mac too
This commit is contained in:
parent
a7ab480eea
commit
f2bf7f4073
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -134,6 +134,8 @@ jobs:
|
|||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: harmonic-x86_64-darwin
|
||||
- name: Set executable
|
||||
run: chmod +x ./harmonic
|
||||
- name: Initial install
|
||||
run: sudo RUST_LOG=harmonic=trace RUST_BACKTRACE=full ./harmonic install darwin-multi --no-confirm
|
||||
- name: Test run
|
||||
|
|
Loading…
Reference in a new issue