mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-18 08:43:14 +00:00
Fix Desktop action
This commit is contained in:
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: |
|
||||||
|
Reference in New Issue
Block a user