mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 04:50:36 +00:00
Always use bash for running commands in workflow
This commit is contained in:
parent
3c204ee883
commit
c14a6f0ae7
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
@ -139,6 +139,7 @@ jobs:
|
|||
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
|
||||
|
||||
- name: Build binary
|
||||
shell: bash
|
||||
run: |
|
||||
cargo build \
|
||||
--locked --release --all-features \
|
||||
|
|
Loading…
Reference in a new issue