Skip to content

Commit

Permalink
Merge pull request #34 from Geekdude/patch-1
Browse files Browse the repository at this point in the history
CI AMD: Fix bad yaml command.
  • Loading branch information
Geekdude authored Feb 14, 2024
2 parents 24322df + a1eeb9f commit f3a9940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-gpu-AMD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
julia --project -e 'using Pkg; Pkg.instantiate()'
julia --project -e 'using Pkg; Pkg.add(name="AMDGPU", version="v0.8.6")'
julia --project -e 'using AMDGPU; AMDGPU.use_artifacts!(false)'
julia --project -e 'using JACC.JACCPreferences; JACCPreferences.set_backend("AMDGPU"
julia --project -e 'using JACC.JACCPreferences; JACCPreferences.set_backend("AMDGPU")'
- name: Test
if: steps.check.outputs.triggered == 'true'
Expand Down

0 comments on commit f3a9940

Please sign in to comment.