Skip to content

Commit

Permalink
Merge pull request #561 from hvdijk/clang-format
Browse files Browse the repository at this point in the history
Upgrade one more clang-format.
  • Loading branch information
hvdijk authored Oct 14, 2024
2 parents c8f2a6d + 22868a4 commit 395fd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup_ubuntu_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
- name: Install prerequisites
shell: bash
run: |
pip install lit clang-format==17.0.6 virtualenv
pip install lit clang-format==19.1.0 virtualenv
if [ "${{ inputs.arch }}" = "x86" ]; then sudo dpkg --add-architecture i386 ; fi
wget -qO - https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo apt-key add -
if [ "${{ inputs.ubuntu_version }}" = "20.04" ]; then sudo wget -qO /etc/apt/sources.list.d/lunarg-vulkan-1.3.243-focal.list https://packages.lunarg.com/vulkan/1.3.243/lunarg-vulkan-1.3.243-focal.list; fi
Expand Down

0 comments on commit 395fd92

Please sign in to comment.