Skip to content

Commit

Permalink
updated github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
perennialAutodidact committed Mar 3, 2024
1 parent 48e1b1c commit c975ce2
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:

jobs:
install_oracle_cli:
run: |
curl -L -O https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh
chmod +x install.sh
./install.sh --accept-all-defaults
echo "::add-path::/home/runner/bin"
exec -l $SHELL
steps:
name: 'Install Oracle CLI'
run: |
curl -L -O https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh
chmod +x install.sh
./install.sh --accept-all-defaults
echo "::add-path::/home/runner/bin"
exec -l $SHELL

0 comments on commit c975ce2

Please sign in to comment.