Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Update nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cs1867 authored Aug 24, 2023
1 parent 902a739 commit fd9bf77
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: nightly
on: push
jobs:
my-job:
setup-containers:
strategy:
#fail-fast: true
matrix:
Expand All @@ -16,8 +16,17 @@ jobs:
steps:
- name: Copy repo
uses: actions/checkout@v2

- name: install dependancies repo
if: ${{ matrix.os }} == 'el7'
run: yum -y install -y http://linux.mirrors.es.net/perfsonar/${{ matrix.os }}/x86_64/5/packages/perfsonar-repo-0.11-1.noarch.rpm

- name: install deps
if: ${{ matrix.os }} == 'el8'
run: dnf -y install -y http://linux.mirrors.es.net/perfsonar/${{ matrix.os }}/x86_64/5/packages/perfsonar-repo-0.11-1.noarch.rpm
- name: install deps
if: ${{ matrix.os }} == 'el9'
run: dnf -y install -y http://linux.mirrors.es.net/perfsonar/${{ matrix.os }}/x86_64/5/packages/perfsonar-repo-0.11-1.noarch.rpm

- name: make
run: make
Expand Down

0 comments on commit fd9bf77

Please sign in to comment.