Skip to content
Snippets Groups Projects
Commit 283160b2 authored by andreas.abel's avatar andreas.abel Committed by Bodigrim
Browse files

CI: i386: revert to v1 of actions/checkout

parent 93fe4662
No related branches found
No related tags found
No related merge requests found
...@@ -110,7 +110,7 @@ jobs: ...@@ -110,7 +110,7 @@ jobs:
apt-get update -y apt-get update -y
apt-get install -y autoconf build-essential zlib1g-dev libgmp-dev curl apt-get install -y autoconf build-essential zlib1g-dev libgmp-dev curl
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_INSTALL_NO_STACK=1 sh curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_INSTALL_NO_STACK=1 sh
- uses: actions/checkout@v3 - uses: actions/checkout@v1
- name: Test - name: Test
run: | run: |
source ~/.ghcup/env source ~/.ghcup/env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment