Skip to content

Commit

Permalink
Update verify.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Bill Traynor <[email protected]>
  • Loading branch information
wmat authored Feb 1, 2024
1 parent 49ccae0 commit f9e14bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
# Step 0: Install build requirements
- name: Install Build Requirements
run: sudo apt install -y python3-sympy
run: sudo apt update && sudo apt install -y python3-sympy

# Step 1: Checkout the repository
- name: Checkout repository
Expand Down

0 comments on commit f9e14bf

Please sign in to comment.