Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
negativeExponent committed Aug 13, 2024
1 parent 14384c0 commit b0a8fc5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/px68k-linux-x86_64

This file was deleted.

19 changes: 19 additions & 0 deletions .github/workflows/px68k-linux-x86_64.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: PX68K Linux x86_64

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build libretro core
run: |
make -f Makefile.libretro clean
make -f Makefile.libretro

0 comments on commit b0a8fc5

Please sign in to comment.