removing comment line

pull/16816/head
John Murret 2023-03-30 10:19:28 -06:00
parent 77bafd8821
commit ccf59a4f94
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@ jobs:
with: with:
go-version-file: 'go.mod' go-version-file: 'go.mod'
- run: | - run: |
# sudo rm -fv /etc/apt/sources.list.d/github_git-lfs.list # workaround for https://github.com/actions/runner-images/issues/1983
sudo apt-get update --allow-releaseinfo-change-suite --allow-releaseinfo-change-version && sudo apt-get install -y gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu sudo apt-get update --allow-releaseinfo-change-suite --allow-releaseinfo-change-version && sudo apt-get install -y gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu
- run: CC=arm-linux-gnueabi-gcc GOARCH=arm GOARM=5 go build - run: CC=arm-linux-gnueabi-gcc GOARCH=arm GOARM=5 go build