Skip to content

Commit

Permalink
[ ci ]
Browse files Browse the repository at this point in the history
  • Loading branch information
banacorn committed Nov 4, 2024
1 parent eebfac6 commit 7962880
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,16 @@ jobs:
cabal-update: false
enable-stack: true

- name: Environment settings based on the Haskell setup
- name: 🔍 Environment settings based on the Haskell setup
run: |
echo "runner.os = ${{ runner.os }}"
echo "OSTYPE = ${{ env.OSTYPE }}"
echo "ghc-path = ${{ steps.haskell-setup.outputs.ghc-path }}"
echo "ghc-exe = ${{ steps.haskell-setup.outputs.ghc-exe }}"
echo "stack-path = ${{ steps.haskell-setup.outputs.stack-path }}"
echo "stack-exe = ${{ steps.haskell-setup.outputs.stack-exe }}"
echo "stack-root = ${{ steps.haskell-setup.outputs.stack-root }}"
echo "STACK_LOCAL_BIN=$(stack path --local-bin)" >> "${GITHUB_ENV}"
echo "STACK_ROOT (orig) = ${{ env.STACK_ROOT }}"
echo "STACK_ROOT (orig) = ${{ env.STACK_ROOT }}
echo "STACK_ROOT=${{ steps.haskell-setup.outputs.stack-root }}" >> "${GITHUB_ENV}"
echo "STACK_VER=$(stack --numeric-version)" >> "${GITHUB_ENV}"
GHC_VER=$(ghc --numeric-version)
Expand Down Expand Up @@ -88,19 +87,6 @@ jobs:
with:
node-version: 20.x

# - name: 🔍
# - name: ⏬ Install GHC
# # if: steps.stack-programs-dir.outputs.cache-hit != 'true'
# # set PATH=C:\Users\runneradmin\AppData\Local\Programs\stack\local\bin;%PATH%
# run: |
# stack --no-terminal setup --install-ghc

# - name: ⏬ Install the ICU library (Windows)
# if : runner.os == 'Windows'
# run: |
# stack exec -- pacman -S --noconfirm mingw-w64-x86_64-icu mingw-w64-x86_64-pkgconf
# stack exec -- pkg-config --modversion icu-i18n

- name: 🛠️ Add Stack install directory to PATH (Windows)
if : runner.os == 'Windows'
run: |
Expand Down

0 comments on commit 7962880

Please sign in to comment.