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 4ee8563 commit 30ebfe4Copy full SHA for 30ebfe4
.github/workflows/test.yml
@@ -42,6 +42,7 @@ jobs:
42
- uses: actions/checkout@v4
43
with:
44
repository: FAForever/FA-Binary-Patches
45
+ ref: 'master'
46
path: .
47
48
@@ -73,6 +74,6 @@ jobs:
73
74
run: |
75
ls ./.
76
ls ./fa-python-binary-patcher
- echo "#define gitsha \"${{ github.sha }}\"" > "./workflow.cpp"
77
+ echo "#define gitsha "\"${{ github.sha }}\"" > "./workflow.cpp"
78
mkdir build
79
python ./fa-python-binary-patcher/main.py "$(pwd)" clang++ ld g++
0 commit comments