File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -246,19 +246,19 @@ jobs:
246246 env :
247247 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
248248
249- - name : Generate zsync file
250- if : github.event_name == 'release'
251- run : |
252- # Install zsync
253- sudo apt install -y zsync
254-
255- # Generate zsync file for the AppImage
256- APPIMAGE_FILE=$(find . -name "Cadabra_*_${{ matrix.arch }}.AppImage" -type f | head -n 1)
257- if [ -n \"$APPIMAGE_FILE\" ]; then
258- zsyncmake \"$APPIMAGE_FILE\"
259-
260- # Upload zsync file to release
261- gh release upload ${{ github.ref_name }} *.zsync --clobber || true
262- fi
263- env :
264- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
249+ # - name: Generate zsync file
250+ # if: github.event_name == 'release'
251+ # run: |
252+ # # Install zsync
253+ # sudo apt install -y zsync
254+ #
255+ # # Generate zsync file for the AppImage
256+ # APPIMAGE_FILE=$(find . -name "Cadabra_*_${{ matrix.arch }}.AppImage" -type f | head -n 1)
257+ # if [ -n \"$APPIMAGE_FILE\" ]; then
258+ # zsyncmake \"$APPIMAGE_FILE\"
259+ #
260+ # # Upload zsync file to release
261+ # gh release upload ${{ github.ref_name }} *.zsync --clobber || true
262+ # fi
263+ # env:
264+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 3636 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3737
3838 - name : Get dependencies
39- run : sudo apt-get update && sudo DEBIAN_FRONTEND=noninteractive apt-get install git cmake python3-dev g++ libpcre3 libpcre3-dev libgmp3-dev libgtkmm-3.0-dev libboost-all-dev libgmp-dev libsqlite3-dev uuid-dev libmpfr-dev libmpc-dev && python3 --version && which python3 && python3 -m pip install --upgrade pip && python3 -m pip install wheel && python3 -m pip install sympy gmpy2 numpy
39+ run : sudo apt-get update && sudo DEBIAN_FRONTEND=noninteractive apt-get install git cmake jq python3-dev g++ libpcre3 libpcre3-dev libgmp3-dev libgtkmm-3.0-dev libboost-all-dev libgmp-dev libsqlite3-dev uuid-dev libmpfr-dev libmpc-dev
4040
41- - name : configure
41+ - name : Configure
4242 run : mkdir build && cd build && cmake -DPACKAGING_MODE=ON -DENABLE_MATHEMATICA=OFF -DCMAKE_INSTALL_PREFIX=/usr ..
4343
4444 - name : Set variables
You can’t perform that action at this time.
0 commit comments