Skip to content

Commit

Permalink
Fix typo in rust_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthewizard committed May 27, 2024
1 parent f9c8789 commit a4db282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
args: --color always
steps:
- name: Install XCB
run: sudo apt install -y libxcb1-dev libxcbrandr0-dev libxcb-shm0-dev
run: sudo apt install -y libxcb1-dev libxcb-randr0-dev libxcb-shm0-dev
- uses: actions/checkout@v4
- name: Enable caching
uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit a4db282

Please sign in to comment.