Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

Commit

Permalink
v24.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrquantumoff committed Mar 2, 2024
1 parent a9456a3 commit a2c7089
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 209 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
nsis-version: 3.09
- name: Install Qt5
if: matrix.platform == 'ubuntu-latest'
run: sudo apt update && sudo apt install qtbase5-dev libqt5opengl5-dev
run: sudo apt update && sudo apt install qt6-base-dev
- name: Build the app
run: cargo build --release --verbose
- name: Build the installer (windows)
Expand Down
Loading

0 comments on commit a2c7089

Please sign in to comment.