Skip to content

Commit

Permalink
feat: build enet in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoust committed Oct 31, 2024
1 parent ecfe3f3 commit 1904361
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ jobs:
cd assets
python3 base.py \
--root https://static.sourga.me/blobs/6481/.index.source \
--models \
--download \
--outdir dist \
complex dust2 turbine
Expand Down Expand Up @@ -150,9 +149,10 @@ jobs:
with:
go-version: 1.23

- name: Install enet
- name: Build enet
run: |
sudo apt-get install -y libenet-dev
cd pkg/enet/enet
make
- name: Build
uses: goreleaser/goreleaser-action@v5
Expand Down

0 comments on commit 1904361

Please sign in to comment.