Skip to content

Commit

Permalink
CI: i386: revert to v1 of actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel authored and Bodigrim committed Nov 19, 2024
1 parent 93fe466 commit 283160b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
apt-get update -y
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
- uses: actions/checkout@v3
- uses: actions/checkout@v1
- name: Test
run: |
source ~/.ghcup/env
Expand Down

0 comments on commit 283160b

Please sign in to comment.