added print in the action to try to debug
This commit is contained in:
parent
749966a7c0
commit
fa9cb36c5d
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
|
@ -44,9 +44,15 @@ jobs:
|
|||
libglib2.0-dev \
|
||||
# Add any other dependencies needed by your project
|
||||
|
||||
- name: Debug PKG_CONFIG_PATH
|
||||
run: echo "PKG_CONFIG_PATH: $PKG_CONFIG_PATH"
|
||||
|
||||
- name: Set PKG_CONFIG_PATH
|
||||
run: export PKG_CONFIG_PATH=/usr/share/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig
|
||||
|
||||
- name: Debug PKG_CONFIG_PATH
|
||||
run: echo "PKG_CONFIG_PATH: $PKG_CONFIG_PATH"
|
||||
|
||||
- name: Install Rust
|
||||
# Or @nightly if you want
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
|
Loading…
Reference in a new issue