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

Commit 9d0e4b4

Browse files
committed
remove dependency action
1 parent a5c91ba commit 9d0e4b4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
name: Release
1111
runs-on: ubuntu-latest
1212
steps:
13-
- name: Install Dependencies
14-
run: apt update && apt install --yes --no-install-recommends libboost-system-dev qt6-dev libpq libpqxx
1513
- name: Checkout Source
1614
uses: actions/checkout@v4
1715
- 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.2 LANGUAGES CXX DESCRIPTION "Technical References Training Program")
2+
project(Milestone VERSION 0.10.3 LANGUAGES CXX DESCRIPTION "Technical References Training Program")
33

44
include(GNUInstallDirs)
55

0 commit comments

Comments
 (0)