Skip to content

Update containers and github actions workflows #3

Update containers and github actions workflows

Update containers and github actions workflows #3

Workflow file for this run

# Copyright 2024, Giordano Salvador
# SPDX-License-Identifier: BSD-3-Clause
name: Fedora 40
on:
workflow_dispatch:
branches: [ "main" ]
paths:
- .github/workflows/build-and-test.yaml
inputs:
build_mode:
description: Build optimization level
required: true
default: debug
type: choice
options:
- debug
- release
jobs:
test:
env:
DISTRO: fedora
OS_VER: 40
OS: fedora-40
uses: .github/workflows/build-and-test.yaml@main

Check failure on line 29 in .github/workflows/fedora-40.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/fedora-40.yaml

Invalid workflow file

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows
with:
build_mode: debug
distro: ${{ env.DISTRO }}
os_ver: ${{ env.OS_VER }}
os: ${{ env.OS }}