Skip to content

iron-sources-ubuntu-22.04 #4

iron-sources-ubuntu-22.04

iron-sources-ubuntu-22.04 #4

name: iron-sources-ubuntu-22.04
on:
workflow_dispatch:
pull_request:
branches:
- iron
push:
branches:
- iron
schedule:
- cron: '0 0 * * *'
jobs:
ubuntu-install-from-sources:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref || 'iron'}}
submodules: 'recursive'
- name: Install from sources
run: |
bash docs/resources/scripts/linux_source_installation.bash