Skip to content

each

each #12

Workflow file for this run

name: test
on:
- push
jobs:
test:
runs-on: ubuntu-20.04
timeout-minutes: 5
steps:
- run: sudo apt-cache madison fonts-noto
- run: sudo apt-get --yes update
- run: sudo apt-cache madison fonts-noto
- run: sudo apt-get --yes install fonts-noto=20200323-1
- run: |
sudo apt-get --yes update
sudo apt-get --yes install fonts-noto=20200323-1
continue-on-error: true