We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d62e89 commit d1771c3Copy full SHA for d1771c3
.github/workflows/build-deploy.yml
@@ -10,12 +10,14 @@ on:
10
branches:
11
- main
12
13
+env:
14
+ BUILD_DIR: build
15
+ ARTIFACT_DIR: artifacts
16
+
17
jobs:
18
build-windows:
19
runs-on: windows-latest
20
env:
- BUILD_DIR: build
- ARTIFACT_DIR: artifacts
21
CC: C:/ProgramData/mingw64/mingw64/bin/gcc.exe
22
CXX: C:/ProgramData/mingw64/mingw64/bin/g++.exe
23
0 commit comments