Skip to content

Commit

Permalink
Using nvpatch instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed May 1, 2024
1 parent 9cdf175 commit ed116bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 281 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ jobs:

- name: Add GPU acceleration hint
run: |
dotnet tool install -g dotnet-script;
dotnet tool install -g Topten.nvpatch;
$fileNames = Get-ChildItem -Path "bannerlord/" -Recurse -Include *.exe;
foreach ($f in $fileNames) {
echo $f.FullName;
dotnet script build/gpu.csx -- --enable-gpu "$f";
nvpatch --enable "$f";
}
shell: pwsh

Expand Down
279 changes: 0 additions & 279 deletions build/gpu.csx

This file was deleted.

0 comments on commit ed116bd

Please sign in to comment.