Skip to content

Commit 584660a

Browse files
committed
fix(ci): Add gumbo-parser dependency and build tut2
- Add gumbo-parser to macOS and Linux CI dependencies - Update workflow to build and release tut2 (v2.0) instead of legacy tut
1 parent 18f7804 commit 584660a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
if: matrix.os == 'macos-latest'
2727
run: |
2828
brew update
29-
brew install cmake ncurses curl
29+
brew install cmake ncurses curl gumbo-parser
3030
3131
- name: Install dependencies (Linux)
3232
if: matrix.os == 'ubuntu-latest'
3333
run: |
3434
sudo apt-get update
35-
sudo apt-get install -y cmake libncursesw5-dev libcurl4-openssl-dev
35+
sudo apt-get install -y cmake libncursesw5-dev libcurl4-openssl-dev libgumbo-dev
3636
3737
- name: Configure CMake
3838
run: |
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Rename binary with platform suffix
4949
run: |
50-
mv build/tut build/tut-${{ matrix.name }}
50+
mv build/tut2 build/tut-${{ matrix.name }}
5151
5252
- name: Upload artifact
5353
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)