7979 esac
8080 }
8181 # uv run task goneonize_changed
82- uv run task build proto
8382 export CGO_ENABLED=1
8483 wget https://dl.google.com/android/repository/android-ndk-r26b-linux.zip > /dev/null
8584 unzip android-ndk-r26b-linux.zip > /dev/null
9190 export GOOS=android
9291 export GOARCH=arm64
9392 update_neonize
93+ uv run task build proto
9494 uv run task build goneonize
9595 #ARM
9696 export CC=$(which armv7a-linux-androideabi28-clang)
@@ -173,14 +173,14 @@ jobs:
173173 esac
174174 }
175175 # uv run task goneonize_changed
176- uv run task build proto
177176 mkdir LIBS
178177 export CGO_ENABLED=1
179178 #AMD64
180179 export GOOS=windows
181180 export GOARCH=amd64
182181 export CC="zig cc -target x86_64-windows"
183182 update_neonize
183+ uv run task build proto
184184 uv run task build goneonize
185185 uv build
186186 uv run task repack
@@ -278,11 +278,11 @@ jobs:
278278 esac
279279 }
280280 # uv run task goneonize_changed
281- uv run task build proto
282281 mkdir LIBS
283282 #AMD64/X86_64
284283 export CGO_ENABLED=1
285284 update_neonize
285+ uv run task build proto
286286 uv run task build goneonize
287287 uv build
288288 uv run task repack
@@ -378,7 +378,6 @@ jobs:
378378 esac
379379 }
380380 # uv run task goneonize_changed
381- uv run task build proto
382381 mkdir LIBS
383382 export PATH="/Users/runner/.local/bin:$PATH"
384383 # Set necessary environment variables for building on Darwin
@@ -391,6 +390,7 @@ jobs:
391390 export CC=$(which clang)
392391 export CXX=$(which clang++)
393392 update_neonize
393+ uv run task build proto
394394 uv run task build goneonize
395395 uv build
396396 uv run task repack
0 commit comments