mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 19:06:26 +00:00
Fix Desktop action
This commit is contained in:
parent
3cd1bf93da
commit
d336d68a6c
4
.github/workflows/desktop-build.yml
vendored
4
.github/workflows/desktop-build.yml
vendored
@ -34,8 +34,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Install zip utility
|
- name: Install zip utility
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
sudo apt-get update
|
||||||
apt-get install -y zip
|
sudo apt-get install -y zip
|
||||||
|
|
||||||
- name: Build for macOS
|
- name: Build for macOS
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user