Skip to content

Commit

Permalink
ci: add sudo to apt-get install command (#627)
Browse files Browse the repository at this point in the history
* ci: add sudo to apt-get install command

Signed-off-by: Timothy MacDonald <[email protected]>

* ci: remove unneccessary step

Signed-off-by: Timothy MacDonald <[email protected]>

---------

Signed-off-by: Timothy MacDonald <[email protected]>
  • Loading branch information
tmac1973 authored Apr 10, 2024
1 parent 8fb0859 commit e33faa4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,6 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.TOKEN }}

- name: Install gox
shell: bash
run: |
apt install gox -y

- name: Trigger release
shell: bash
Expand Down

0 comments on commit e33faa4

Please sign in to comment.