Skip to content

Commit

Permalink
Maybe fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Dec 24, 2024
1 parent 7f68cad commit 36b2619
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ jobs:
with:
distribution: 'microsoft'
java-version: '21'
- run: brew install tracy
- run: mkdir run && echo "eula=true" >> run/eula.txt
- run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew install tracy
mkdir run && echo "eula=true" >> run/eula.txt
- name: Run Client Gametests
uses: modmuss50/xvfb-action@v1
with:
Expand Down

0 comments on commit 36b2619

Please sign in to comment.