Skip to content

Commit 0e6260f

Browse files
committed
Merge branch 'develop' of github.com:Champii/Rock
2 parents 8da1414 + 7a8854d commit 0e6260f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+621
-188
lines changed

.github/workflows/rust.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@ env:
1111

1212
jobs:
1313
build:
14-
15-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1615

1716
steps:
1817
- name: Apt Update
1918
run: |
2019
sudo apt update
21-
sudo apt install llvm clang
20+
sudo apt install llvm-13 clang
2221
2322
- name: Rust Cache
2423
uses: Swatinem/[email protected]

0 commit comments

Comments
 (0)