Skip to content

Check for newer versions and publish #4

Check for newer versions and publish

Check for newer versions and publish #4

name: Check for newer versions and publish
on:
schedule:
- cron: "0 8 * * *"
workflow_dispatch:
jobs:
update:
name: Check for newer versions of Rust and update

Check failure on line 10 in .github/workflows/scheduled-builds.yml

View workflow run for this annotation

GitHub Actions / Check for newer versions and publish

Invalid workflow file

The workflow is not valid. .github/workflows/scheduled-builds.yml (Line: 10, Col: 5): Required property is missing: runs-on
container:
image: ubuntu:devel
steps:
- name: Update system
run: apt-get update && apt-get --yes upgrade
- name: Install building tools
run: apt-get install --yes python3 python3-pip gcc g++ make