mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
Update test for Ebiten v2.1
This commit is contained in:
parent
faa18c62cc
commit
0cb3b791d2
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -51,8 +51,9 @@ jobs:
|
||||
run: |
|
||||
local_ebiten=$(pwd)
|
||||
cd /tmp
|
||||
git clone --depth=1 https://github.com/hajimehoshi/go-inovation
|
||||
git clone https://github.com/hajimehoshi/go-inovation
|
||||
cd go-inovation
|
||||
git switch -d f3826c0f9353590df19c61b79f38cd7272837022
|
||||
go mod edit -replace=github.com/hajimehoshi/ebiten/v2=$local_ebiten
|
||||
go mod tidy
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user