Skip to content

Commit

Permalink
Fix location of workflow build path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Aug 10, 2024
1 parent 343cc5b commit 07e3d14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/fedora-40-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
bash -c "
dnf install -y rpm-build make gcc-c++ git python3-devel cmake gmp-devel libuuid-devel sqlite-devel gtkmm30-devel boost-devel python3-matplotlib python3-pip
pip3 install sympy
cd cadabra2
mkdir build
cd build
cmake -DPACKAGING_MODE=ON -DENABLE_MATHEMATICA=OFF -DCMAKE_INSTALL_PREFIX=/usr ..
Expand All @@ -54,7 +53,7 @@ jobs:
- name: Set version variables from output of cmake
run: |
VER=$(cat /workspace/cadabra2/build/VERSION)
VER=$(cat /workspace/build/VERSION)
echo "VERSION=$VER" >> $GITHUB_ENV
- name: Upload Release Assets
Expand Down

0 comments on commit 07e3d14

Please sign in to comment.