File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919
2020jobs :
2121 releases :
22- name : Release Authorizer Binary
22+ name : Release Authorizer
2323 runs-on : ubuntu-latest
2424 steps :
2525 - uses : actions/checkout@v3
4040 go-version : " ^1.17.3"
4141 - name : Install dependencies
4242 run : |
43- sudo apt-get install build-essential wget zip gcc-multilib gcc-mingw-w64 gcc-aarch64-linux-gnu libc6-dev-arm64-cross && \
43+ sudo apt-get install build-essential wget zip gcc-multilib gcc-mingw-w64 gcc-9-aarch64-linux-gnu gcc- aarch64-linux-gnu libc6-dev-arm64-cross && \
4444 echo "/usr/bin/x86_64-w64-mingw32-gcc" >> GITHUB_PATH && \
4545 wget --no-check-certificate --progress=dot:mega https://github.com/wangyoucao577/assets-uploader/releases/download/v0.3.0/github-assets-uploader-v0.3.0-linux-amd64.tar.gz -O github-assets-uploader.tar.gz && \
4646 tar -zxf github-assets-uploader.tar.gz && \
You can’t perform that action at this time.
0 commit comments