Skip to content

add apt-get packages #32

add apt-get packages

add apt-get packages #32

Triggered via push September 11, 2024 18:55
Status Failure
Total duration 1h 22m 42s
Artifacts

CI.yml

on: push
Matrix: CI
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
CI (ubuntu, dev, TAG=dev)
buildx failed with: ERROR: failed to solve: process "docker-shell . /opt/spack-environment/activate.sh && MYNA_VERSION=main.tar.gz && MYNA_ARCHIVE=myna-${MYNA_VERSION} && MYNA_URL=https://github.com/ORNL-MDF/Myna/archive/refs/heads/${MYNA_VERSION} && wget --quiet ${MYNA_URL} --output-document=${MYNA_ARCHIVE} && mkdir -p ${MYNA_DIR} && tar -xf ${MYNA_ARCHIVE} -C ${MYNA_DIR} --strip-components=1 && rm -f ${MYNA_ARCHIVE} && python3 -m pip --upgrade && python3 -m pip install ${MYNA_DIR} --root-user-action=ignore && python3 -m pip cache purge" did not complete successfully: exit code: 2
CI (ubuntu, dev, TAG=dev)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/