Skip to content

Commit

Permalink
WIP try setting defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed Dec 25, 2024
1 parent 5541c3b commit 30f2b5e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci-scripts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ on:
workflow_dispatch:

env:
SETUP_PATH: .ci-local:.ci
EXTRA: "CMD_CXXFLAGS=-std=c++11"
BASE: "7.0"
SETUP_PATH: .ci-local:.ci

default:
extra: "CMD_CXXFLAGS=-std=c++11"
base: "7.0"

jobs:
native:
Expand Down

0 comments on commit 30f2b5e

Please sign in to comment.