Skip to content

Commit

Permalink
Update CIF versions
Browse files Browse the repository at this point in the history
  • Loading branch information
17451k committed Apr 24, 2020
1 parent 9cf1006 commit cf17072
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: test

on: [push, pull_request]
on: [push]

jobs:
build:
Expand Down Expand Up @@ -34,12 +34,12 @@ jobs:
- name: Download CIF [Ubuntu]
if: startsWith(matrix.os, 'ubuntu')
run: |
curl -sSfL -o cif.tar.xz https://github.com/17451k/cif/releases/download/2020-03-13/cif-8c83608-2020-03-13-linux-x64.tar.xz
curl -sSfL -o cif.tar.xz https://github.com/17451k/cif/releases/download/2020-04-24/cif-914c8f86-2020-04-24-linux-x64.tar.xz
- name: Download CIF [macOS]
if: startsWith(matrix.os, 'macos')
run: |
curl -sSfL -o cif.tar.xz https://github.com/17451k/cif/releases/download/2020-03-13/cif-8c83608-2020-03-13-macos.tar.xz
curl -sSfL -o cif.tar.xz https://github.com/17451k/cif/releases/download/2020-04-24/cif-914c8f86-2020-04-24-macos.tar.xz
- name: Install CIF
run: |
Expand Down

0 comments on commit cf17072

Please sign in to comment.