Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijay Soni committed May 30, 2024
1 parent a732b6a commit a875adb
Showing 1 changed file with 17 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Compile SDL
name: Compile Doom SDL

on:
workflow_dispatch:
Expand All @@ -15,11 +15,26 @@ on:
- main

jobs:
build:
windows_build:
# runs-on: ubuntu-latest
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}

steps:
- uses: actions/checkout@v4

- uses: msys2/setup-msys2@v2
with:
msystem: UCRT64
update: true
# pacboy: >-
# cmake:p
# cc:p
# glib2:p
# libxml2:p
# python-setuptools:p

- uses: libsdl-org/setup-sdl@main
id: sdl
Expand Down

0 comments on commit a875adb

Please sign in to comment.