summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-03-04 16:00:06 +0100
committerGitHub <noreply@github.com>2025-03-04 16:00:06 +0100
commitf6a92ee2a3de7bfbdfe971ebfacb4588933c7372 (patch)
tree28e1abbe708678caf7a59da6a449d703bddc1e80
parentfc500ae0e8afe7fb7792089480e950310c0ea87f (diff)
downloadvyos-1x-f6a92ee2a3de7bfbdfe971ebfacb4588933c7372.tar.gz
vyos-1x-f6a92ee2a3de7bfbdfe971ebfacb4588933c7372.zip
GitHub: T5400: evaluate OPAM environment before package build
-rw-r--r--.github/workflows/package-smoketest.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/package-smoketest.yml b/.github/workflows/package-smoketest.yml
index 2c90fed39..6ab04ac9d 100644
--- a/.github/workflows/package-smoketest.yml
+++ b/.github/workflows/package-smoketest.yml
@@ -44,6 +44,7 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Build vyos-1x package
run: |
+ eval $(opam env --root=/opt/opam --set-root)
cd packages/vyos-1x; dpkg-buildpackage -uc -us -tc -b
- name: Generate ISO version string
id: version