Skip to content

Commit

Permalink
Try to fix CI again! (6)
Browse files Browse the repository at this point in the history
  • Loading branch information
mominul committed May 6, 2021
1 parent 5e96b5f commit 3fe6846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: update-system
run: apt-get update -qq
- name: install-deps
run: apt-get -y install build-essential cmake rustc cargo libibus-1.0-dev libfcitx5core-dev libzstd-dev qtbase5-dev qtbase5-dev-tools
run: apt-get -y install build-essential clang cmake rustc cargo libibus-1.0-dev libfcitx5core-dev libzstd-dev qtbase5-dev qtbase5-dev-tools
- name: make
env: ${{ matrix.env }}
run: |
Expand Down

0 comments on commit 3fe6846

Please sign in to comment.