Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[73_24] CD for Fedora #2199

Merged
merged 4 commits into from
Nov 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/cd_research_on_fedora.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CD for Mogan Research on Debian bookworm
name: CD for Mogan Research on Fedora
on:
workflow_dispatch:
push:
Expand All @@ -19,7 +19,7 @@ jobs:
run: |
sudo dnf update -y
sudo dnf install -y git xmake unzip gcc g++ curl-devel libgit2-devel fontconfig-devel \
qt6-qtbase-devel qt6-qtsvg-devel mimalloc-devel libpng-devel
qt6-qtbase-devel qt6-qtsvg-devel mimalloc-devel libpng-devel rpmbuild
- uses: actions/checkout@v3
with:
fetch-depth: 1
Expand All @@ -32,6 +32,7 @@ jobs:

- name: Generate Installer
run: |
xmake config -m release -vD --yes
QA_RPATHS=0x0001 xmake pack -vD -f rpm research
cp build/xpack/research/x86_64/*rpm mogan-research-v1.2.9.7-rc3-fedora41.rpm
- name: Upload
Expand Down
Loading