Skip to content

Commit

Permalink
fixing leap
Browse files Browse the repository at this point in the history
  • Loading branch information
borgmanJeremy committed May 1, 2022
1 parent 907601c commit cb0bf31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Linux-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,9 @@ jobs:
arch: x86_64
}
- {
name: opensuse-leap-15.3,
name: opensuse-leap-15.2,
os: opensuse-leap,
symbol: 15.3,
symbol: 15.2,
arch: x86_64
}
steps:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,6 @@ jobs:
cc: "cl", cxx: "cl",
environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
}
- {
name: "Windows 2019 MinGW",
artifact: "Windows-MinGW.tar.xz",
os: windows-2019,
cc: "gcc", cxx: "g++"
}

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion packaging/rpm/flameshot.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# fedora >= 30, rhel >=7
%define is_rhel_or_fedora (0%{?fedora} && 0%{?fedora} >= 30) || (0%{?rhel} && 0%{?rhel} >= 7)
# openSUSE Leap >= 15.3
# openSUSE Leap >= 15.2
%define is_suse_leap (0%{?is_opensuse} && 0%{?sle_version} >= 150200)

Name: flameshot
Expand Down

0 comments on commit cb0bf31

Please sign in to comment.