This commit is contained in:
number571 2023-10-05 04:27:43 +07:00
parent f9e303fe88
commit e9bdcdec49

View File

@ -13,7 +13,7 @@ jobs:
- name: Ubuntu updating
run: sudo apt-get update
- name: GCC installing
run: sudo apt-get install -y wget gcc make
run: sudo apt-get install -y wget gcc make tar
- name: Golang installing
run: >-
wget https://dl.google.com/go/go1.16.linux-amd64.tar.gz && \