Skip to content

workflows: Move to Fedora 39 and checkout v4 #20

workflows: Move to Fedora 39 and checkout v4

workflows: Move to Fedora 39 and checkout v4 #20

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
run-tests:
runs-on: ubuntu-latest
container:
image: registry.fedoraproject.org/fedora:39
steps:
- uses: actions/checkout@v4
- name: Build and Test
run: |
dnf install -y gcc popt-devel python3 python3-devel make xorriso
make
make test