mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
fix nightly
This commit is contained in:
parent
09747c2248
commit
43fac4f12a
1 changed files with 3 additions and 1 deletions
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
|
|
@ -71,7 +71,9 @@ jobs:
|
||||||
run: make release-mac
|
run: make release-mac
|
||||||
- name: Build Release Mac x86
|
- name: Build Release Mac x86
|
||||||
if: matrix.os == 'macos-latest'
|
if: matrix.os == 'macos-latest'
|
||||||
run: make release-mac-x68
|
run: |
|
||||||
|
rustup target add x86_64-apple-darwin
|
||||||
|
make release-mac-x86
|
||||||
- name: Build Release Linux
|
- name: Build Release Linux
|
||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
run: make release-linux-musl
|
run: make release-linux-musl
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue