Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bindea-cristian committed Aug 29, 2024
1 parent a19a0c8 commit 07c28b3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ubuntu22build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 07c28b3

Please sign in to comment.