Skip to content

Commit

Permalink
ci: Workaround issues with ancient .NET
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed Sep 10, 2023
1 parent ee2479f commit 8fc5eb7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/gameci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ jobs:
key: Library-${{ matrix.projectPath }}
restore-keys: Library-

- run: |
# Copy .NET DLLs into Assets so they're visible to docfx...
docker run -v .:/mnt unityci/editor:ubuntu-2019.4.31f1-windows-mono-2 sh -c \
'cp /opt/unity/Editor/Data/MonoBleedingEdge/lib/mono/4.7-api/*.dll /mnt/Assets -v'
- uses: game-ci/unity-builder@v3
id: docgen
with:
Expand All @@ -77,6 +82,9 @@ jobs:
# meh, just a personal license...
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}

- run: |
rm Assets/*.dll -v
- uses: game-ci/unity-test-runner@v3
id: gameci
env:
Expand Down

0 comments on commit 8fc5eb7

Please sign in to comment.