Skip to content

Commit

Permalink
Fix CI cache
Browse files Browse the repository at this point in the history
  • Loading branch information
thorio committed Sep 28, 2024
1 parent d4b5c83 commit d6c45bc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
ubuntu:
runs-on: ubuntu-22.04
steps:
- name: checkout repository
uses: actions/checkout@v4

- name: setup rust cache
uses: Swatinem/rust-cache@v2

Expand All @@ -24,23 +27,20 @@ jobs:
sudo apt-get update
sudo apt-get install libx11-dev libxext-dev libxft-dev libxinerama-dev libxcursor-dev libxrender-dev libxfixes-dev libpango1.0-dev libgl1-mesa-dev libglu1-mesa-dev libgtk-3-bin libwayland-dev wayland-protocols libdbus-1-dev libxkbcommon-dev xdg-utils xvfb -y --no-install-recommends
- name: checkout repository
uses: actions/checkout@v4

- name: check
run: cargo make --no-workspace ci-check

windows:
runs-on: windows-2022
steps:
- name: checkout repository
uses: actions/checkout@v4

- name: setup rust cache
uses: Swatinem/rust-cache@v2

- name: install rust tools
run: cargo install --debug cargo-make

- name: checkout repository
uses: actions/checkout@v4

- name: check
run: cargo make --no-workspace ci-check

0 comments on commit d6c45bc

Please sign in to comment.