Skip to content

Commit

Permalink
Update build-ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
laamaa authored Mar 4, 2025
1 parent 416457c commit 8aaedb4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: m8c linux x64 build

env:
SDL_VERSION: 3.2.6
SDL_SHA256: "096a0b843dd1124afda41c24bd05034af75af37e9a1b9d205cc0a70193b27e1a SDL3-3.2.6.tar.gz"

on:
push:
pull_request:
Expand All @@ -8,9 +12,6 @@ on:
jobs:

build-linux:
env:
SDL_VERSION: 3.2.6
SDL_SHA256: "096a0b843dd1124afda41c24bd05034af75af37e9a1b9d205cc0a70193b27e1a SDL3-3.2.6.tar.gz"
runs-on: ubuntu-22.04
name: linux-x86_64
steps:
Expand Down Expand Up @@ -74,4 +75,4 @@ jobs:
with:
name: m8c-${{ env.NOW }}-linux-x86_64.AppImage
path: |
m8c*.AppImage
m8c*.AppImage

0 comments on commit 8aaedb4

Please sign in to comment.