Skip to content

Commit

Permalink
Try to fix CI again! (5)
Browse files Browse the repository at this point in the history
  • Loading branch information
mominul committed May 6, 2021
1 parent 70011ce commit 5e96b5f
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 libibus-1.0-dev libfcitx5core-dev libzstd-dev qtbase5-dev qtbase5-dev-tools rustc cargo cmake
run: apt-get -y install build-essential 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 5e96b5f

Please sign in to comment.