Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gmoraa authored Apr 2, 2021
1 parent 93fd703 commit bcfaf45
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,17 @@ jobs:
- uses: actions/checkout@v2

# Runs a single command using the runners shell
- name: Run a one-line script
run: sudo apt-get install vagrant
- name: Update Aptitude
run: sudo apt-get update

# Runs a single command using the runners shell
- name: Install Vagrant
run: |
sudo apt-get install vagrant
vagrant --version
# Runs a set of commands using the runners shell
- name: Run a multi-line script
- name: Install VirtualBox
run: |
echo Add other actions to build,
echo test, and deploy your project.
sudo apt-get install virtualbox
virtualbox --version

0 comments on commit bcfaf45

Please sign in to comment.