Skip to content

Commit

Permalink
Another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Dec 26, 2024
1 parent 918acdd commit 8a4d0dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ jobs:
distribution: 'microsoft'
java-version: '21'
- run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew install tracy
mkdir run && echo "eula=true" >> run/eula.txt
curl -o tracy-capture.deb http://launchpadlibrarian.net/743382774/tracy-capture_0.11.0+ds-1_amd64.deb
sudo dpkg -i tracy-capture.deb
- name: Run Client Gametests
uses: modmuss50/xvfb-action@v1
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public void startCapture() {
private ProcessBuilder createProcess() {
return new ProcessBuilder()
.command(
"/home/linuxbrew/.linuxbrew/Cellar/tracy/0.11.1/tracy-capture",
"tracy-capture",
"-o", output.toAbsolutePath().toString(),
"-a", "127.0.0.1",
"-f"
Expand Down

0 comments on commit 8a4d0dd

Please sign in to comment.