Fix Linux installation from sources #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Vulcanexus Humble from sources (Ubuntu 22.04) | |
on: | |
workflow_dispatch: | |
pull_request: | |
push: | |
branches: | |
- humble | |
schedule: | |
- cron: '0 0 * * *' | |
jobs: | |
ubuntu-install-from-sources: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
ref: humble | |
submodules: 'recursive' | |
- name: Install from sources | |
run: | | |
bash docs/resources/scripts/linux_source_installation.bash |