Skip to content

Commit

Permalink
fix(ci): example runs on windows and macos
Browse files Browse the repository at this point in the history
- while these fail normally, right now they are failing because of
  undefined environment variables
- this is easy to fix problem

Signed-off-by: AtomicFS <[email protected]>
  • Loading branch information
AtomicFS committed Jan 23, 2025
1 parent c31eb83 commit 5990192
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -498,4 +498,9 @@ jobs:
recursive: 'false'
compile: ${{ needs.changes.outputs.compile }}
env:
COREBOOT_VERSION: '4.19'
LINUX_VERSION: '6.9.9'
SYSTEM_ARCH: 'amd64'
EDK2_VERSION: 'edk2-stable202208'
GCC_TOOLCHAIN_VERSION: 'GCC'
UROOT_VERSION: ${{ matrix.uroot-version }}

0 comments on commit 5990192

Please sign in to comment.