Skip to content

Commit

Permalink
Update clang titles, fix incorrect path
Browse files Browse the repository at this point in the history
  • Loading branch information
claywar committed May 16, 2024
1 parent 98efaf4 commit 8e108eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
fi
exit 0
Linux_Clang15_64bit:
Linux_Clang18_64bit:
needs: Sanity_Checks
runs-on: ubuntu-24.04
steps:
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
xi_search
xi_world
Linux_ClangTidy15_64bit:
Linux_ClangTidy18_64bit:
needs: Sanity_Checks
runs-on: ubuntu-24.04
steps:
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
- name: Enable Modules
shell: bash
run: |
.venv/bin/python3 << EOF
python3 << EOF
with open("modules/init.txt", "w") as f:
f.write("custom\n")
f.write("era\n")
Expand Down Expand Up @@ -371,7 +371,7 @@ jobs:
Full_Startup_Checks_Linux:
runs-on: ubuntu-24.04
needs: Linux_Clang15_64bit
needs: Linux_Clang18_64bit
services:
mysql:
image: mariadb:10.6
Expand Down Expand Up @@ -550,7 +550,7 @@ jobs:
MultiInstance_Startup_Checks_Linux:
runs-on: ubuntu-24.04
needs: Linux_Clang15_64bit
needs: Linux_Clang18_64bit
services:
mysql:
image: mariadb:10.6
Expand Down

0 comments on commit 8e108eb

Please sign in to comment.