Skip to content

Commit

Permalink
update ci pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Conrad Hübler <Conrad.Huebler@gmx.net>
  • Loading branch information
conradhuebler committed Apr 19, 2024
1 parent 93cb409 commit 9dc61c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: dev-drprasad/delete-older-releases@v0.3.3
with:
# repo: c/<repoName> # defaults to current repo
keep_latest: 5
keep_latest: 10
delete_tag_pattern: 2.5 # defaults to ""
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -97,6 +97,7 @@ jobs:
uses: e-t-l/setup-mingw@patch-1
with:
platform: x64
version: 12.1.0

- name: Install Qt
uses: jurplel/install-qt-action@v3
Expand Down

0 comments on commit 9dc61c1

Please sign in to comment.