Skip to content

Commit

Permalink
CI: Re-do CI
Browse files Browse the repository at this point in the history
CI: re-enable macos m1 runner
CI: use esy@dev
  • Loading branch information
ManasJayanth committed Jun 26, 2024
1 parent 4fdd015 commit d40d5ed
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,16 @@ jobs:
deploy:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-13]
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
name: Deploy
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- name: Install esy
run: npm install -g @esy-nightly/esy
- uses: esy/github-action@6a5070d392db3e8c776724674737cab37c07263d
run: npm install -g esy@dev
- uses: esy/github-action@prometheansacrifice/fix-prefix-not-passed-to-esy-commands
with:
source-cache-key: 20240624-1
cache-key: ${{ hashFiles('esy.lock/index.json') }}-20240511-1
- name: Export esy cache
run: esy export-dependencies
- uses: actions/[email protected]
with:
name: dependencies-cache-${{ matrix.os }}
path: _export
source-cache-key: 20240626-1
cache-key: ${{ hashFiles('esy.lock/index.json') }}-20240626-1

0 comments on commit d40d5ed

Please sign in to comment.