File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 run : echo "REPO_URL=https://github.com/${{ github.repository }}" >> $GITHUB_ENV
5454 - name : Export Branch Name
5555 run : echo "BRANCH_NAME=${GITHUB_REF##*/}" >> $GITHUB_ENV
56- - name : Get Cmake
57- run : |
58- sudo apt-get remove -y cmake
59- python3 -m pip install 'cmake>=3,<4'
6056 - name : Build Distribution
6157 run : |
6258 docker build -t appimage-build .
10399 node-version : " 22"
104100 - name : Get Cmake
105101 run : |
106- brew uninstall cmake
107- python3 -m pip install 'cmake>=3,<4'
102+ brew install cmake
108103 - name : Build Distribution
109104 run : |
110105 yarn
@@ -118,7 +113,7 @@ jobs:
118113 path : ./nudelta-${{ matrix.os.arch }}.app.dmg
119114 publish :
120115 name : Publish
121- runs-on : ubuntu-20 .04
116+ runs-on : ubuntu-24 .04
122117 needs : [macos, linux, windows]
123118 steps :
124119 - name : Check out Git repository
You can’t perform that action at this time.
0 commit comments