Skip to content

Commit

Permalink
Fix attempt to SDK CI/CD workflow pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Aug 15, 2024
1 parent c51420e commit fb92b27
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/sdk_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- uses: actions/setup-go@v4
with:
go-version: '1.21.2'
- name: Install Golang Compiler
run: sudo apt install golang-go

- name: Install Qrepo
run: sh -c "$(curl -fsSL https://raw.githubusercontent.com/nthnn/Qrepo/master/support/install.sh)"
Expand Down

0 comments on commit fb92b27

Please sign in to comment.