don't use update (?) target

This commit is contained in:
Jaremy Creechley 2023-07-11 17:24:57 -07:00
parent 3fd3008a82
commit 4a241ffa8c
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300
1 changed files with 1 additions and 2 deletions

View File

@ -171,6 +171,5 @@ jobs:
echo "BUILD: "
export NIM_COMMIT=${{ matrix.branch }}
# make -j${ncpu} CI_CACHE=NimBinaries ARCH_OVERRIDE=${PLATFORM} QUICK_AND_DIRTY_COMPILER=1 update
make -j${ncpu}
make -j${ncpu} CI_CACHE=NimBinaries ARCH_OVERRIDE=${PLATFORM} QUICK_AND_DIRTY_COMPILER=1
make test -j${ncpu}