diff options
author | Tristan Gingold <tgingold@free.fr> | 2023-04-08 13:48:06 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2023-04-08 13:48:06 +0200 |
commit | fb218404d589c898a1372925b107efde41115198 (patch) | |
tree | f1eca04737ded8d1134f43ad5db303a38878e428 /.github/workflows | |
parent | 8bb0ffadf008c5d4b4d3b185243ddce2b4db08c2 (diff) | |
download | ghdl-fb218404d589c898a1372925b107efde41115198.tar.gz ghdl-fb218404d589c898a1372925b107efde41115198.tar.bz2 ghdl-fb218404d589c898a1372925b107efde41115198.zip |
gha: tentatively fix on macos x (adjust llvm version)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/Test.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 945345461..2f467c528 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -215,7 +215,9 @@ jobs: - name: '🚧 Build and 🚦 Test GHDL' run: | - PATH=$PWD/gnat/bin:$PATH:/usr/local/Cellar/llvm@14/14.0.6/bin/ + ls -l /usr/local/Cellar/llvm* + echo $(brew --prefix llvm@15) + PATH=$PWD/gnat/bin:$PATH:$(brew --prefix llvm@15)/bin/ ./scripts/ci-run.sh -c mv ghdl-*.tgz ghdl-macos-${{ matrix.os }}-${{ matrix.backend }}.tgz env: |