Skip to content

Commit

Permalink
build on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
asabya committed Nov 7, 2024
1 parent e43cac1 commit e5a1f09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
sudo chmod 666 /dev/fuse
sudo chown root:$USER /etc/fuse.conf
sudo apt-get update
sudo apt-get install fuse libfuse-dev rpm pkg-config build-essential libgtk-3-dev libwebkit2gtk-4.0-37
sudo apt-get install fuse libfuse-dev rpm pkg-config build-essential libgtk-3-dev libwebkit2gtk-4.1-dev
if: matrix.os == 'ubuntu-latest'

- name: Install Libraries on macOS
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
- shell: bash
if: matrix.os == 'macos-latest'
run: |
chmod +x 'build/bin/Fairdrive Desktop App.app/Contents/MacOS/Fairdrive Desktop App'
chmod +x 'build/bin/Fairdrive Desktop App.app/Contents/MacOS/FDA'
hdiutil create -volname "FDA" -srcfolder build/bin -ov -format UDZO build/bin/FDA.dmg
rm -rf 'build/bin/Fairdrive Desktop App.app'
Expand Down

0 comments on commit e5a1f09

Please sign in to comment.