diff options
| author | ruki <[email protected]> | 2021-02-14 23:00:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-02-14 23:00:25 +0800 |
| commit | 96b6b073db4b8332eac5f9a4f12f6a0a5e6e7a50 (patch) | |
| tree | 989043ebe5a2be14852cb78c9e6d379534475f57 | |
| parent | 5503ff4066cdf3a4c84859886c48c748a7493ef8 (diff) | |
fix fedora ci
| -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 d134c55cf..482450470 100644 --- a/.github/workflows/fedora.yml +++ b/.github/workflows/fedora.yml @@ -18,6 +18,7 @@ jobs: uname -a dnf -y install @development-tools @rpm-development-tools dnf -y install copr-cli make gcc-c++ + dnf -y install perl dnf -y upgrade git - uses: actions/checkout@v2 with: |
