Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
setup clang 13
  • Loading branch information
iujakchu authored Jun 2, 2022
1 parent 8af6f30 commit 81a3e0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Set up Clang
uses: egor-tensin/setup-clang@v1
with:
version: 13
platform: x64
- uses: actions/checkout@v3
- name: Install rustc 1.59.0
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 81a3e0a

Please sign in to comment.