Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 60f969d

Browse files
committed
install deps
1 parent e20b82e commit 60f969d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
name: Release
1111
runs-on: ubuntu-latest
1212
steps:
13+
- name: Install Dependencies
14+
run: |
15+
apt update && apt install --yes --no-install-recommends libboost-system-dev qt6-base-dev
1316
- name: Checkout Source
1417
uses: actions/checkout@v4
1518
- name: Configure

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.30)
2-
project(Milestone VERSION 0.10.4 LANGUAGES CXX DESCRIPTION "Technical References Training Program")
2+
project(Milestone VERSION 0.10.5 LANGUAGES CXX DESCRIPTION "Technical References Training Program")
33

44
include(GNUInstallDirs)
55

0 commit comments

Comments
 (0)