diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-07-04 21:47:12 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-07-04 21:47:12 +0200 |
commit | f4f76b31dcb1ea3039803ded234a2e54080db6b9 (patch) | |
tree | 70ce552d1a49b7585530ea9e3f172276b71866bf /.github/workflows | |
parent | 3286128ab704a001ac88ac0f9db3765094627b86 (diff) | |
download | ghdl-f4f76b31dcb1ea3039803ded234a2e54080db6b9.tar.gz ghdl-f4f76b31dcb1ea3039803ded234a2e54080db6b9.tar.bz2 ghdl-f4f76b31dcb1ea3039803ded234a2e54080db6b9.zip |
Test.yml: untabify
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/Test.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index b657a2f32..29a655043 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -213,9 +213,9 @@ jobs: # Although we cache this, we let the script run to check if the cache is valid (without conditions) - name: '⚙ Dependencies (brew)' run: ./scripts/macosx/install-ada.sh - run: brew --prefix llvm - run: ls -l $(brew --prefix llvm) - run: brew --prefix + run: brew --prefix llvm + run: ls -l $(brew --prefix llvm) + run: brew --prefix - name: '🚧 Build and 🚦 Test GHDL' run: | |