Skip to content

Commit

Permalink
ci: use main hipo fork and latest tag (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks authored Jan 23, 2024
1 parent c8414dc commit 3dcfd21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defaults:
shell: bash

env:
hipo_version: dev
hipo_version: 4.0.1
fmt_version: 9.1.0 # for Linux runners, whereas macOS uses Homebrew version
num_events: 10

Expand All @@ -29,7 +29,7 @@ jobs:
- name: checkout hipo
uses: actions/checkout@v4
with:
repository: c-dilks/hipo # FIXME: revert to gavalian
repository: gavalian/hipo
ref: ${{ env.hipo_version }}
- name: build
run: |
Expand Down

0 comments on commit 3dcfd21

Please sign in to comment.