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

Commit b099a51

Browse files
committed
add workflow dispatch
1 parent 60f969d commit b099a51

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ on:
55
push:
66
tags:
77
- 'v*'
8+
workflow_dispatch:
89
jobs:
910
release:
1011
name: Release
1112
runs-on: ubuntu-latest
1213
steps:
1314
- name: Install Dependencies
14-
run: |
15-
apt update && apt install --yes --no-install-recommends libboost-system-dev qt6-base-dev
15+
run: apt update && sudo apt install --yes --no-install-recommends libboost-system-dev qt6-base-dev
1616
- name: Checkout Source
1717
uses: actions/checkout@v4
1818
- 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.5 LANGUAGES CXX DESCRIPTION "Technical References Training Program")
2+
project(Milestone VERSION 0.10.6 LANGUAGES CXX DESCRIPTION "Technical References Training Program")
33

44
include(GNUInstallDirs)
55

0 commit comments

Comments
 (0)