Skip to content

Commit

Permalink
[#48058] GH Actions: Updated LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Latosinski <[email protected]>
  • Loading branch information
glatosinski committed Mar 4, 2024
1 parent 86e39e1 commit 73965c1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,29 @@ on:
branches: [main]

jobs:
readme-tests:
cancel-previous-job:
runs-on: ubuntu-latest
steps:
- name: Cancel previous
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
readme-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'
lfs: true
- name: Install tuttest dependencies
run: |
sudo apt-get update -qqy
sudo apt-get install -qqy --no-install-recommends python3 python3-pip git colorized-logs
sudo apt-get install -qqy --no-install-recommends python3 python3-pip git-lfs colorized-logs
sudo pip3 install git+https://github.com/antmicro/tuttest.git
- name: Run README.md snippets
run: |
export LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH
./.github/scripts/readme-tests.sh
- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 73965c1

Please sign in to comment.