Skip to content

Commit

Permalink
WIP: trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasJayanth committed Dec 4, 2023
1 parent 7ce39a2 commit 49eadfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-sample-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
with:
# The entire ~/.esy directory has to be cached because esy's
# import/export commands don't import/export the Melange JS runtime
# files
# files.
path: ~/.esy
key: ${{ matrix.system }}-esy-${{ hashFiles('esy.lock/index.json') }}
restore-keys: |
${{ matrix.system }}-esy-
- name: npm install -g @esy-nightly/esy
run: Install esy
- name: Install esy
run: npm install -g @esy-nightly/esy
# Separating the esy steps provides more fine-grained insight when
# debugging failed jobs
- name: esy install
Expand Down

0 comments on commit 49eadfc

Please sign in to comment.