Skip to content

Commit

Permalink
debug aocc
Browse files Browse the repository at this point in the history
  • Loading branch information
jornbr committed Jan 24, 2025
1 parent 835dc61 commit 931c5e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fabm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,9 @@ jobs:
python -c "import yaml"
python -m site
python -c "import sys;print(sys.prefix,sys.exec_prefix)"
OLDPATH=$PATH
OLDPATH=$LD_LIBRARY_PATH
source /home/runner/setenv_AOCC.sh
export PATH=$OLDPATH:$PATH
export LD_LIBRARY_PATH=$OLDPATH:$LD_LIBRARY_PATH
cat /home/runner/setenv_AOCC.sh
which python
python -m site
Expand Down

0 comments on commit 931c5e9

Please sign in to comment.