Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
mistricky committed Mar 13, 2024
1 parent 6b2a4aa commit 8f95973
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,8 @@ jobs:
override: true
target: ${{ matrix.target }}

- name: Set up Clang
uses: egor-tensin/setup-clang@v1
with:
version: latest
platform: x64

- run: sudo apt update && sudo apt install -y libclang-dev && cargo install bat
- run: sudo apt-get install libx11-xcb-dev libxcb-shape0-dev libxcb-xfixes0-dev libharfbuzz-dev
# - run: sudo apt update && sudo apt install -y libclang-dev && cargo install bat

# - name: Install deps
# run: sudo apt-get install \
Expand Down

0 comments on commit 8f95973

Please sign in to comment.