Skip to content

Commit

Permalink
chore: fmt, clippy, cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Jan 22, 2024
1 parent 5adac8e commit 2dc6c21
Show file tree
Hide file tree
Showing 13 changed files with 1,011 additions and 927 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
sudo apt-get update
sudo apt-get install libxkbcommon-dev libvulkan1 mesa-vulkan-drivers libegl1-mesa-dev
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
sudo apt-get install libxkbcommon-dev libvulkan1 mesa-vulkan-drivers libegl1-mesa-dev
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
Expand Down
Loading

0 comments on commit 2dc6c21

Please sign in to comment.