Skip to content

ubuntu_ap

ubuntu_ap #2

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: ubuntu_ap
# Controls when the workflow will run
on:
workflow_dispatch:
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
steps:
- name: Run a multi-line script
run: |
apt-get update
apt-get install jq -y
jq --version