Skip to content

Fedora 40

Fedora 40 #21

Workflow file for this run

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

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

View workflow run for this annotation

GitHub Actions / Fedora 40

Invalid workflow file

The workflow is not valid. .github/workflows/fedora-40.yaml (Line: 32, Col: 15): Unrecognized named-value: 'env'. Located at position 1 within expression: env.DISTRO .github/workflows/fedora-40.yaml (Line: 33, Col: 15): Unrecognized named-value: 'env'. Located at position 1 within expression: env.OS_VER
os_ver: ${{ env.OS_VER }}
os: ${{ env.OS }}