Skip to content

Commit 5be9f6c

Browse files
committed
update yaml-cpp. i hate computers
1 parent daf729a commit 5be9f6c

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ jobs:
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 .
@@ -103,8 +99,7 @@ jobs:
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

submodules/yaml-cpp

Submodule yaml-cpp updated 335 files

0 commit comments

Comments
 (0)