diff options
| author | Gauvino <68083474+Gauvino@users.noreply.github.com> | 2024-01-21 18:55:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-21 10:55:01 -0700 |
| commit | 30ab5d5e817fe4626cfe3e9e40e0b2443bae948c (patch) | |
| tree | f0b1129abef4c30b376f57a40146f2e3192e541d /deployment/build.fedora.amd64 | |
| parent | 5e375888fc19aebd1348d23b28287524f0f0f23b (diff) | |
Fix action building (#10899)
* Fix action building
* Added required package
Diffstat (limited to 'deployment/build.fedora.amd64')
| -rwxr-xr-x | deployment/build.fedora.amd64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/build.fedora.amd64 b/deployment/build.fedora.amd64 index 21859cbf9..2b4ec2a9c 100755 --- a/deployment/build.fedora.amd64 +++ b/deployment/build.fedora.amd64 @@ -1,6 +1,6 @@ #!/bin/bash -#= Fedora 29+ amd64 .rpm +#= Fedora 39+ amd64 .rpm set -o errexit set -o xtrace |
