Skip to content

Commit 76f6d87

Browse files
committed
ビルド時の引数に unsafe を追加
1 parent 9ee35f7 commit 76f6d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
working-directory: sources
2626
run: |
2727
msbuild /t:Restore
28-
msbuild -property:Configuration=Debug
28+
msbuild -property:Configuration=Debug -unsafe
2929
Write-Output "commit=$("${{ github.sha }}".Substring(0,7))"| Out-File -FilePath $Env:GITHUB_ENV -Encoding UTF8 -Append
3030
3131
- name: Upload

0 commit comments

Comments
 (0)