Skip to content

Commit

Permalink
Fix the format + check + test workflow
Browse files Browse the repository at this point in the history
This broke because upload-artefact v3 was deprecated: https://github.com/emilk/egui/actions/runs/13112546294/job/36579426301?pr=5670
  • Loading branch information
lucasmerlin committed Feb 3, 2025
1 parent 9237106 commit 4feef22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Install packages (Linux)
if: runner.os == 'Linux'
uses: awalsh128/[email protected].2
uses: awalsh128/[email protected].3
with:
packages: libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev libgtk-3-dev # libgtk-3-dev is used by rfd
version: 1.0
Expand Down

0 comments on commit 4feef22

Please sign in to comment.