Skip to content

Commit

Permalink
Trying to make the github pipeline work
Browse files Browse the repository at this point in the history
  • Loading branch information
Champii committed Jun 14, 2022
1 parent 6e25c09 commit b7883ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ env:
jobs:
build:

runs-on: arch-latest
runs-on: ubuntu-latest

steps:
- name: Apt Update
run: |
sudo pacman -Sy
sudo pacman -S llvm13 clang
sudo apt update
sudo apt install llvm-13 clang
- name: Rust Cache
uses: Swatinem/rust-cache@v1.3.0
Expand Down

0 comments on commit b7883ca

Please sign in to comment.