Skip to content

Commit 283160b

Browse files
andreasabelBodigrim
authored andcommitted
CI: i386: revert to v1 of actions/checkout
1 parent 93fe466 commit 283160b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
apt-get update -y
111111
apt-get install -y autoconf build-essential zlib1g-dev libgmp-dev curl
112112
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_INSTALL_NO_STACK=1 sh
113-
- uses: actions/checkout@v3
113+
- uses: actions/checkout@v1
114114
- name: Test
115115
run: |
116116
source ~/.ghcup/env

0 commit comments

Comments
 (0)