Skip to content

Commit

Permalink
install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
briansalehi committed Jan 17, 2025
1 parent e20b82e commit 60f969d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- name: Install Dependencies
run: |
apt update && apt install --yes --no-install-recommends libboost-system-dev qt6-base-dev
- name: Checkout Source
uses: actions/checkout@v4
- name: Configure
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.30)
project(Milestone VERSION 0.10.4 LANGUAGES CXX DESCRIPTION "Technical References Training Program")
project(Milestone VERSION 0.10.5 LANGUAGES CXX DESCRIPTION "Technical References Training Program")

include(GNUInstallDirs)

Expand Down

0 comments on commit 60f969d

Please sign in to comment.