Skip to content

Commit 59b475b

Browse files
committed
Merge branch 'main' of https://github.com/mahutt/cue into release
2 parents a8cef59 + 2a996d4 commit 59b475b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
echo "Listing home directory:"
2323
ls -la ~
2424
25+
echo "Installing Development Tools..."
26+
sudo yum groupinstall "Development Tools"
27+
2528
echo "Installing Git..."
2629
if ! command -v git &> /dev/null; then
2730
sudo yum install -y git

0 commit comments

Comments
 (0)