Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zasdfgbnm authored Mar 6, 2025
1 parent e4a93a5 commit 753758a
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
Expand Up @@ -15,7 +15,7 @@ env:
working_directory: .

jobs:
clang-build:
clang-build-23:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -31,7 +31,7 @@ jobs:
tools/pip-install-things.sh &
source tools/setup-env.sh
wait
python setup.py build
python setup.py build --cpp=23
dynamic-type-meson:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 753758a

Please sign in to comment.