Skip to content

Commit

Permalink
Renamed workflows, added missing env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
andressbarajas committed Nov 12, 2024
1 parent 86726fa commit c1c6800
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ on:
- '**.h' # Monitor header file changes
- '**.c' # Monitor source file changes
- 'Doxyfile' # Monitor Doxygen config changes
- 'pages/**'
- '.github/workflows/doxygen.yml'
- 'doc/pages/**'
- 'README.md'

jobs:
build:
runs-on: ubuntu-latest

env:
KOS_BASE: ${{ github.workspace }} # Sets KOS_BASE to the repository root
KOS_ARCH: dreamcast

steps:
- name: Checkout repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:

env:
KOS_BASE: ${{ github.workspace }} # Sets KOS_BASE to the repository root
KOS_ARCH: dreamcast

steps:
- name: Checkout repository
Expand Down

0 comments on commit c1c6800

Please sign in to comment.