Skip to content

Commit

Permalink
Merge pull request #689 from hyoklee/hyoklee-hermes-6
Browse files Browse the repository at this point in the history
ci: add missing dependency and fix path to build script
  • Loading branch information
lukemartinlogan authored Sep 19, 2024
2 parents e6217ea + a658bd1 commit 9bd9322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Build and Test
# if: steps.hermes-cache.outputs.cache-hit != 'true'
run: docker exec /hermes_deps_c bash hermes/ci/build_hermes.sh
run: docker exec /hermes_deps_c bash /hermes/ci/build_hermes.sh

# - name: Test
# run: bash ci/test_hermes.sh
Expand Down
2 changes: 1 addition & 1 deletion docker/deps.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN apt install -y \
build-essential ca-certificates \
coreutils curl environment-modules \
gfortran git gpg lsb-release \
unzip zip \
unzip zip libelf-dev \
bash jq gdbserver gdb

# Setup basic environment
Expand Down

0 comments on commit 9bd9322

Please sign in to comment.