Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dinau committed Jan 2, 2025
1 parent 882f87c commit 6572064
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- 'main'

jobs:
build:
build_linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- 'main'

jobs:
build:
build_windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions imguin.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ requires "nimgl == 1.3.2"
#requires "futhark == 0.13.6"
requires "sdl2_nim == 2.0.14.3"
requires "stb_image == 2.5"
requires "tinydialogs == 1.1.0"
requires "https://github.com/dinau/sdl3_nim >= 0.6"


Expand Down

0 comments on commit 6572064

Please sign in to comment.