Skip to content

Commit

Permalink
Tumbleweed versioning mess.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Aug 10, 2024
1 parent 75dd160 commit 4961686
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/opensuse-tumbleweed-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
bash -c "
zypper refresh
zypper update
zypper -n install --no-recommends git cmake python311-devel gcc12-c++ \
zypper -n install --no-recommends git cmake python311-devel gcc-c++ \
gmp-devel libuuid-devel \
gtkmm3-devel \
python311-matplotlib \
libboost_system1_85_0-devel libboost_filesystem1_85_0-devel \
libboost_date_time1_85_0-devel libboost_program_options1_85_0-devel
libboost_system-devel libboost_filesystem-devel \
libboost_date_time-devel libboost_program_options-devel
git config --global --add safe.directory /workspace
mkdir build
cd build
Expand Down

0 comments on commit 4961686

Please sign in to comment.