Skip to content

Bump ruamel-yaml from 0.17.33 to 0.18.4 #220

Bump ruamel-yaml from 0.17.33 to 0.18.4

Bump ruamel-yaml from 0.17.33 to 0.18.4 #220

Workflow file for this run

name: Generate binaries on PR
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install fuse
run: |
sudo apt-get update --fix-missing
sudo apt-get install -y -f -o Acquire::Retries=3 fuse
- name: configure
run: ./configure.sh --release
- name: make
run: make appimage-bld/osc-tui-x86_64.AppImage
- uses: "actions/upload-artifact@v2"
with:
name: build
path: appimage-bld/osc-tui-x86_64.AppImage