diff options
| author | ruki <[email protected]> | 2020-09-27 09:30:03 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-09-27 09:30:03 +0800 |
| commit | 34e395ad9281d17382b1d1c5a4e7828a259720f0 (patch) | |
| tree | f140a80eb68917d7749e4bf9555b805ed1b018ad /.github/workflows | |
| parent | f3d155b4d305142157f17a6b15c29b88f3d525b8 (diff) | |
remove xmake root for xmake.spec
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/fedora.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/fedora.yml b/.github/workflows/fedora.yml index ed6dc1bc9..64df01833 100644 --- a/.github/workflows/fedora.yml +++ b/.github/workflows/fedora.yml @@ -34,6 +34,7 @@ jobs: # build artifacts - name: artifact run: | + export XMAKE_ROOT=y dnf -y install ncurses-devel readline-devel rpmbuild -ba ./scripts/rpmbuild/SPECS/xmake.spec cp ~/rpmbuild/SRPMS/xmake-*.fc32.src.rpm ./scripts/xmake-latest.fc32.src.rpm |
