Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyano1337 committed Jan 14, 2025
1 parent fb424ac commit 0342a27
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
for /f "delims== tokens=1,2" %%a in ('set') do (
echo>>"%GITHUB_ENV%" %%a=%%b
)
- name: Setup Ninja
uses: seanmiddleditch/gha-setup-ninja@master

Expand Down Expand Up @@ -62,6 +62,11 @@ jobs:
run: |
echo "#define VERSION_STRING \"${{ inputs.version }}\"" > ./src/version.h
- name: Install Clang 15
run: |
sudo apt update
sudo apt install -y clang-15
- name: Setup Ninja
uses: seanmiddleditch/gha-setup-ninja@master

Expand Down

0 comments on commit 0342a27

Please sign in to comment.