Skip to content

Commit

Permalink
ci: debian set pkg config sysroot dir
Browse files Browse the repository at this point in the history
  • Loading branch information
nanu-c committed Jun 15, 2023
1 parent 5cd7521 commit 3289990
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Expand Up @@ -127,7 +127,10 @@ jobs:
runs-on: ubuntu-latest
needs:
- build-axolotl-web-deb-arm64

env:
DEBIAN_FRONTEND: noninteractive
TZ: Europe/Berlin
PKG_CONFIG_SYSROOT_DIR: /
steps:
- name: Install Rust
run: rustup update stable
Expand Down

0 comments on commit 3289990

Please sign in to comment.