Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
negativeExponent committed Aug 24, 2022
1 parent 66a1f26 commit e27be67
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/linux64_px68k.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: px68k-libretro libretro Linux x86_64
name: px68k-libretro Linux x86_64

on:
schedule:
- cron: '0 2 * * *' # run at 2 AM UTC
push:
workflow_dispatch:
watch: # this is a hack that lets repo owners trigger a build by starring
types: [started]
if: github.actor == github.event.repository.owner.login
Expand All @@ -11,7 +11,6 @@ jobs:
Linux:
name: Build for Linux
runs-on: ubuntu-latest

steps:
- name: Install needed packages
run: sudo apt install wget git build-essential
Expand Down

0 comments on commit e27be67

Please sign in to comment.