We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cde5714 commit 8ab472cCopy full SHA for 8ab472c
.github/workflows/setup-xapi-environment/action.yml
@@ -11,7 +11,7 @@ runs:
11
- name: Pull configuration from xs-opam
12
shell: bash
13
run: |
14
- curl --fail --silent https://raw.githubusercontent.com/xapi-project/xs-opam/master/tools/xs-opam-ci.env | cut -f2 -d " " > .env
+ curl --fail --silent https://raw.githubusercontent.com/robhoes/xs-opam/ocaml5/tools/xs-opam-ci.env | cut -f2 -d " " > .env
15
cat /etc/os-release
16
17
- name: Download XE_SR_ERRORCODES.xml
0 commit comments