Skip to content

Commit

Permalink
minor: fix ubuntu-build cd (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Flash authored Sep 9, 2024
1 parent 42a657d commit 2a0dac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
steps:
- name: Install dependencies
run: |
apt update && apt install -y software-properties-common curl unzip build-essential git
apt update && apt install -y software-properties-common curl unzip build-essential git sudo
- name: Checkout
run: |
Expand Down

0 comments on commit 2a0dac5

Please sign in to comment.