Skip to content

Commit

Permalink
Install FUSE on Ubuntu, fix path on Windows, Disable macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kebekus committed Nov 14, 2023
1 parent a5e8d35 commit c869114
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
uses: miurahr/install-linuxdeploy-action@v1
with:
plugins: appimage
- name: Install Additional Software
run: |
sudo apt install fuse
- name: Configure
run: |
cmake -E make_directory build
Expand All @@ -31,4 +34,4 @@ jobs:
cmake --build build --target install
- name: Package
run: |
linuxdeploy-x86_64.AppImage --appdir x --output appimage
linuxdeploy-x86_64.AppImage --appdir app --output appimage
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Compile on MacOS

on:
push:
branches: [ feature/actions ]
branches: [ feature/xxactions ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Configure
run: |
cmake -E make_directory build
$Qt6_DIR/bin/qt-cmake -DCMAKE_BUILD_TYPE:STRING=Debug -S . -B build
qt-cmake -DCMAKE_BUILD_TYPE:STRING=Debug -S . -B build
- name: Compile
run: |
cmake --build build

0 comments on commit c869114

Please sign in to comment.