Skip to content

Commit

Permalink
workflow: trying manual clang version
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigTag committed Jan 24, 2025
1 parent e80ffc2 commit e3e7dea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Clang
uses: egor-tensin/setup-clang@v1
with:
version: 17.0.6
platform: x64

- name: Cache cargo-msfs
uses: actions/cache@v4
with:
Expand Down

0 comments on commit e3e7dea

Please sign in to comment.