Skip to content

Commit e352695

Browse files
committed
Install libunistring-dev for linux os in benchmark run
1 parent dd07900 commit e352695

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/platform-benchmark.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
benchmark:
4040
runs-on: ${{ inputs.run-on }}
4141
steps:
42+
- name: 'Install native dependencies'
43+
run: sudo apt-get install -y libunistring-dev
44+
if: runner.os == 'Linux'
4245
- name: 'Checkout Repository'
4346
uses: actions/checkout@v4
4447
- uses: actions/setup-java@v4

0 commit comments

Comments
 (0)