Skip to content

Commit

Permalink
更改workflows使得可以正常编译
Browse files Browse the repository at this point in the history
  • Loading branch information
wangziwenhk committed Sep 24, 2024
1 parent b8bf046 commit 41623bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: C++ CI
name: Build

on:
push:
Expand Down Expand Up @@ -27,7 +27,7 @@ jobs:
key: ${{ runner.os }}-antlr4-${{ hashFiles('**/CMakeLists.txt') }}

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y cmake clang ninja uuid-dev
run: sudo apt-get update && sudo apt-get install -y cmake clang ninja-build uuid-dev

- name: Install ANTLR4
run: |
Expand Down

0 comments on commit 41623bd

Please sign in to comment.