Skip to content

Commit f9aa48e

Browse files
cutomize url for offline mode (#16)
* cutomize url for offline mode * ci * readme * cargo update Co-authored-by: Yan Chen <[email protected]>
1 parent 88a56d7 commit f9aa48e

File tree

6 files changed

+85
-78
lines changed

6 files changed

+85
-78
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,12 @@ jobs:
2626
path: |
2727
~/.cabal/store
2828
key: cabal-${{ runner.os }}-${{ env.ghc }}-${{ env.spec }}-${{ hashFiles('ic-hs/cabal.project', 'ic-hs/cabal.project.freeze') }}
29-
- uses: actions/setup-haskell@v1.1.4
29+
- uses: haskell/actions/setup@v1
3030
with:
3131
ghc-version: ${{ env.ghc }}
3232
cabal-version: '3.2'
3333
- name: Build ic-ref
3434
run: |
35-
ls -l /opt/ghc/
36-
export PATH=/opt/ghc/bin:$PATH
3735
cabal --version
3836
mkdir -p $HOME/bin
3937
cd ic-hs/

0 commit comments

Comments
 (0)