From 07c28b3635c357ce3132c4aec56c0b809a252b77 Mon Sep 17 00:00:00 2001 From: Bindea Cristian Date: Thu, 29 Aug 2024 13:19:53 +0300 Subject: [PATCH] test --- .github/workflows/ubuntu22build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ubuntu22build.yml b/.github/workflows/ubuntu22build.yml index ac571d8aff..b3f2f3e7d7 100644 --- a/.github/workflows/ubuntu22build.yml +++ b/.github/workflows/ubuntu22build.yml @@ -15,6 +15,15 @@ jobs: options: --user root steps: - uses: actions/checkout@v3 + + - name: Fix + run: | + /bin/bash -c "sudo apt update && sudo apt upgrade && sudo apt install mlocate tmux" + /bin/bash -c "mlocate libvolk" + + - name: Setup upterm session + uses: lhotari/action-upterm@v1 + - name: Build Scopy run: | /bin/bash -c "git config --global --add safe.directory $GITHUB_WORKSPACE"