Skip to content

Commit d1771c3

Browse files
committed
set env vars for all jobs
1 parent 3d62e89 commit d1771c3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ on:
1010
branches:
1111
- main
1212

13+
env:
14+
BUILD_DIR: build
15+
ARTIFACT_DIR: artifacts
16+
1317
jobs:
1418
build-windows:
1519
runs-on: windows-latest
1620
env:
17-
BUILD_DIR: build
18-
ARTIFACT_DIR: artifacts
1921
CC: C:/ProgramData/mingw64/mingw64/bin/gcc.exe
2022
CXX: C:/ProgramData/mingw64/mingw64/bin/g++.exe
2123

0 commit comments

Comments
 (0)