Skip to content

Commit

Permalink
Attempt to fix CI, take II
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDiekmann committed Nov 14, 2024
1 parent e4bf0fb commit c790fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
tar -xzf $temp_dir/pdfium-linux-x64.tgz -C $temp_dir
mv $temp_dir/lib/* "${{ matrix.directory }}/libs/"
rm -rf $temp_dir
echo "PDFIUM_DYNAMIC_LIB_PATH="${{ matrix.directory }}/libs/" >> $GITHUB_ENV
echo "PDFIUM_DYNAMIC_LIB_PATH='${{ matrix.directory }}/libs/'" >> $GITHUB_ENV
- name: Install Rust toolchain
if: always() && steps.tests.outputs.has-rust == 'true'
Expand Down

0 comments on commit c790fbd

Please sign in to comment.