Skip to content

Commit

Permalink
fix sudoless build
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jun 26, 2021
1 parent 5643fe6 commit cdcc5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
with:
go-version: ${{ env.GOVER }}
- name: Build containerlab
run: go build -o /usr/bin/containerlab
run: go build && sudo mv ./containerlab /usr/bin/containerlab
- uses: actions/setup-python@v2
with:
python-version: "3.8"
Expand Down

0 comments on commit cdcc5d1

Please sign in to comment.