Skip to content

Commit

Permalink
[73_24] CD for Fedora
Browse files Browse the repository at this point in the history
<!-- Thank you for your contribution! -->
## What

## Why

## How to test your changes?
  • Loading branch information
da-liii authored Nov 24, 2024
1 parent 07919a6 commit e237830
Showing 1 changed file with 3 additions and 2 deletions.
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

0 comments on commit e237830

Please sign in to comment.