Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayoung7 committed May 1, 2024
1 parent 375a06b commit 856fe23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2

- name: Install library
run: sudo apt-get update && sudo apt-get install xorg-dev && sudo apt-get install xcb-util\*-devel
run: sudo apt-get update && sudo apt-get install xorg-dev

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
submodules: true

- name: Install library
run: sudo apt-get update && sudo apt-get install xorg-dev && sudo apt-get install xcb-util\*-devel
run: sudo apt-get update && sudo apt-get install xorg-dev

- name: Install ${{ matrix.rust }} toolchain
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 856fe23

Please # to comment.