Upgrade hamview to be7e6b093a5181c95ec87dbc07a77cf003f3b128
Some checks failed
Test and build / Build (arm, 6, linux) (push) Failing after 40s
Test and build / Build (amd64, , linux) (push) Failing after 42s
Test and build / Build (arm, 7, linux) (push) Failing after 39s
Test and build / test (push) Successful in 58s

This commit is contained in:
2026-02-23 15:52:19 +01:00
parent 8fb0dbd259
commit 5778cd03b0
3 changed files with 13 additions and 8 deletions

View File

@@ -50,10 +50,6 @@ jobs:
if [ -n "${{ matrix.goarm }}" ]; then
echo "GOARM=${{ matrix.goarm }}" >> $GITHUB_ENV
fi
- name: Setup git to use token debug
run: echo git config --global url."https://${GITHUB_ACTOR}:${{ secrets.GITEA_TOKEN }}@git.maze.io/".insteadOf "https://git.maze.io/"
- name: Setup git to use token
run: git config --global url."https://${GITHUB_ACTOR}:${{ secrets.GITEA_TOKEN }}@git.maze.io/".insteadOf "https://git.maze.io/"
- name: Download modules
run: go mod download
- name: Make build directory