tests/thirdparty: fix phoreproject-bls (#204)

This started failing under Go 1.17.2 due to a missing go mod tidy in the
root of the respository.
This commit is contained in:
Michael McLoughlin
2021-10-27 23:03:23 -07:00
committed by GitHub
parent 5e686673b2
commit 9c815a0581
2 changed files with 11 additions and 1 deletions

View File

@@ -110,7 +110,10 @@ jobs:
ref: a88a5ae26844d7293359422888d7c7f69f43c845
path: bls
persist-credentials: false
- name: Setup
- name: Setup Root Module
working-directory: bls
run: go mod tidy
- name: Setup Generator Module
working-directory: bls/asm
run: |
sed -i.bak '/+build ignore/d' asm.go