We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd07900 commit e352695Copy full SHA for e352695
.github/workflows/platform-benchmark.yml
@@ -39,6 +39,9 @@ jobs:
39
benchmark:
40
runs-on: ${{ inputs.run-on }}
41
steps:
42
+ - name: 'Install native dependencies'
43
+ run: sudo apt-get install -y libunistring-dev
44
+ if: runner.os == 'Linux'
45
- name: 'Checkout Repository'
46
uses: actions/checkout@v4
47
- uses: actions/setup-java@v4
0 commit comments