Skip to content

Commit

Permalink
actually nambed amd-intel job amd-intel
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyCatDev committed Dec 11, 2024
1 parent 888ed40 commit c5f2919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
variant: [amd, nvidia] # Define the two variants
variant: [amd-intel, nvidia] # Define the two variants
env:
VARIANT: ${{ matrix.variant }}
CONTAINERFILE: ${{ matrix.variant == 'amd' && './Containerfile' || './Containerfile-Nvidia' }}
Expand Down

0 comments on commit c5f2919

Please sign in to comment.