This commit is contained in:
@@ -7,10 +7,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Update apt
|
||||
run: apt get update -y
|
||||
run: apt-get update -y
|
||||
|
||||
- name: install go
|
||||
run: apt get install go -y
|
||||
run: apt-get install go -y
|
||||
|
||||
- name: Clone the repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user