Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
paiv committed Oct 28, 2024
1 parent be45d04 commit 7d58cb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:

- name: Install ICU
run: |
sudo apt update
sudo apt install -y libicu-dev
sudo apt-get update -y
sudo apt-get install -y libicu-dev libicu
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
Expand Down

0 comments on commit 7d58cb7

Please sign in to comment.