Skip to content

Commit

Permalink
apt get, get, not git.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Mar 24, 2024
1 parent 22478fb commit e0fc77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-user-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo "build_dir=$(mktemp -d)" >> $GITHUB_ENV
- name: Install yaml2json
run: apt-get update && apt-git install -y jq python3-pip && python3 -m pip install remarshal
run: apt-get update && apt-get install -y jq python3-pip && python3 -m pip install remarshal

- name: Prepare variables
shell: sh -x {0}
Expand Down

0 comments on commit e0fc77f

Please sign in to comment.