Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:Champii/Rock
Browse files Browse the repository at this point in the history
  • Loading branch information
Champii committed Jun 15, 2022
2 parents 8da1414 + 7a8854d commit 0e6260f
Show file tree
Hide file tree
Showing 49 changed files with 621 additions and 188 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@ env:

jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Apt Update
run: |
sudo apt update
sudo apt install llvm clang
sudo apt install llvm-13 clang
- name: Rust Cache
uses: Swatinem/[email protected]
Expand Down
Loading

0 comments on commit 0e6260f

Please sign in to comment.