We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f77dfa4 commit 3a7c100Copy full SHA for 3a7c100
1 file changed
.github/workflows/test_aflang.yml
@@ -71,7 +71,6 @@ jobs:
71
# not divisible by 3, then we keep going and skip the AOMP test. This is to decrease the
72
# chance of workflow failure due to transient network issues, while still testing AOMP regularly.
73
bash .github/scripts/install_aomp 8 2000 || [[ $(( $(date +%-d) % 3 )) -ne 0 ]]
74
- type amdflang || echo "WARNING!!! amdflang does not work after AOMP installation, which probably failed!!!" 2>&1
75
76
- name: Install AOCC
77
run: bash .github/scripts/install_aocc
0 commit comments