Skip to content

Commit

Permalink
cutomize url for offline mode (#16)
Browse files Browse the repository at this point in the history
* cutomize url for offline mode

* ci

* readme

* cargo update

Co-authored-by: Yan Chen <yan.chen@dfinity.org>
  • Loading branch information
chenyan2002 and chenyan-dfinity authored Sep 19, 2021
1 parent 88a56d7 commit f9aa48e
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 78 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,12 @@ jobs:
path: |
~/.cabal/store
key: cabal-${{ runner.os }}-${{ env.ghc }}-${{ env.spec }}-${{ hashFiles('ic-hs/cabal.project', 'ic-hs/cabal.project.freeze') }}
- uses: actions/setup-haskell@v1.1.4
- uses: haskell/actions/setup@v1
with:
ghc-version: ${{ env.ghc }}
cabal-version: '3.2'
- name: Build ic-ref
run: |
ls -l /opt/ghc/
export PATH=/opt/ghc/bin:$PATH
cabal --version
mkdir -p $HOME/bin
cd ic-hs/
Expand Down
Loading

0 comments on commit f9aa48e

Please sign in to comment.