Skip to content

Commit 743a662

Browse files
committed
opam update in 32-bit workflows
1 parent 9ed83fa commit 743a662

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,11 @@ jobs:
5454
options: --platform linux/i386
5555
steps:
5656
# GitHub insists on HOME=/github/home which clashes with the opam image setup
57-
- name: Setup and init opam
57+
- name: Setup, init, and update opam
5858
run: |
5959
sudo cp /usr/bin/opam-2.3 /usr/bin/opam
6060
cd /home/opam && HOME=/home/opam opam init -y
61+
git -C /home/opam/opam-repository pull origin && HOME=/home/opam opam update -y
6162
- name: Checkout repository
6263
# See https://github.com/actions/checkout/issues/334
6364
uses: actions/checkout@v1

0 commit comments

Comments
 (0)