We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed83fa commit 743a662Copy full SHA for 743a662
.github/workflows/main.yml
@@ -54,10 +54,11 @@ jobs:
54
options: --platform linux/i386
55
steps:
56
# GitHub insists on HOME=/github/home which clashes with the opam image setup
57
- - name: Setup and init opam
+ - name: Setup, init, and update opam
58
run: |
59
sudo cp /usr/bin/opam-2.3 /usr/bin/opam
60
cd /home/opam && HOME=/home/opam opam init -y
61
+ git -C /home/opam/opam-repository pull origin && HOME=/home/opam opam update -y
62
- name: Checkout repository
63
# See https://github.com/actions/checkout/issues/334
64
uses: actions/checkout@v1
0 commit comments