Browse Source

Fix typo

pull/93/head
falkTX 4 years ago
parent
commit
f3acfa0f52
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      .github/workflows/build.yml

+ 3
- 3
.github/workflows/build.yml View File

@@ -39,7 +39,7 @@ jobs:
ccache --set-config=cache_dir=${HOME}/.cache
ccache --set-config=compression=true
- name: Build extra dependencies
env: |
env:
PKG_CONFIG_PATH: /usr/lib/aarch64-linux-gnu/pkgconfig
run: |
export PATH="/usr/lib/ccache:${PATH}"
@@ -88,7 +88,7 @@ jobs:
ccache --set-config=cache_dir=${HOME}/.cache
ccache --set-config=compression=true
- name: Build extra dependencies
env: |
env:
PKG_CONFIG_PATH: /usr/lib/arm-linux-gnueabihf/pkgconfig
run: |
export PATH="/usr/lib/ccache:${PATH}"
@@ -133,7 +133,7 @@ jobs:
ccache --set-config=cache_dir=${HOME}/.cache
ccache --set-config=compression=true
- name: Build extra dependencies
env: |
env:
PKG_CONFIG_PATH: /usr/lib/i386-linux-gnu/pkgconfig
run: |
export PATH="/usr/lib/ccache:${PATH}"


Loading…
Cancel
Save