summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-03-16 20:01:11 +0100
committerGitHub <noreply@github.com>2025-03-16 20:01:11 +0100
commitfd2f8ddaed7e3fa9f81087c0069fcc7da86e4a4d (patch)
treed9a2c6b9a8a0cf66030bfc1502b3c6300ee62da5 /.github
parentcbf0a5ecfa54a6e12d58e7de99e1f4349fd8ebdc (diff)
parent2f19f12b7d8e1616249acf2fcb40d904ed433620 (diff)
downloadvyos-1x-fd2f8ddaed7e3fa9f81087c0069fcc7da86e4a4d.tar.gz
vyos-1x-fd2f8ddaed7e3fa9f81087c0069fcc7da86e4a4d.zip
Merge pull request #4393 from c-po/T5400-fix-schroedingers-env
T5400: initialize OPAM environment where it's really needed
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/package-smoketest.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/package-smoketest.yml b/.github/workflows/package-smoketest.yml
index 6ab04ac9d..2c90fed39 100644
--- a/.github/workflows/package-smoketest.yml
+++ b/.github/workflows/package-smoketest.yml
@@ -44,7 +44,6 @@ 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