Skip to content

Commit

Permalink
Use latest actions/checkout.
Browse files Browse the repository at this point in the history
Run with clang-18.
  • Loading branch information
sobomax committed Oct 5, 2024
1 parent 4b8b7f6 commit 1bbc7f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
compiler: 'clang-16'
- os: 24.04
compiler: 'clang-17'
- os: 24.04
compiler: 'clang-18'

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -66,7 +68,7 @@ jobs:
apt-get install -y git lsb-release gnupg2 wget
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down

0 comments on commit 1bbc7f9

Please sign in to comment.