Skip to content

Commit

Permalink
Reverting previous change
Browse files Browse the repository at this point in the history
  • Loading branch information
arlake228 committed Oct 24, 2023
1 parent a6aa724 commit b148ec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/oneshot-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
#fail-fast: true
matrix:
os: [ 'el9', 'u20_amd64' ]
os: [ 'el9', 'u20' ]

runs-on: ubuntu-latest

Expand All @@ -29,7 +29,7 @@ jobs:
if: ${{ matrix.os == 'd12' }}
run: export DEBIAN_FRONTEND=noninteractive && curl -s http://downloads.perfsonar.net/debian/perfsonar-minor-snapshot.gpg.key | apt-key add - && curl -s -o /etc/apt/sources.list.d/perfsonar-minor-snapshot.list http://downloads.perfsonar.net/debian/perfsonar-minor-snapshot.list && apt-get update && echo && echo
- name: install deps u20
if: ${{ startsWith(matrix.os, 'u20') }}
if: ${{ matrix.os == 'u20' }}
run: export DEBIAN_FRONTEND=noninteractive && curl -s http://downloads.perfsonar.net/debian/perfsonar-minor-snapshot.gpg.key | apt-key add - && curl -s -o /etc/apt/sources.list.d/perfsonar-minor-snapshot.list http://downloads.perfsonar.net/debian/perfsonar-minor-snapshot.list && apt-get update && echo && echo

- name: build
Expand Down

0 comments on commit b148ec6

Please sign in to comment.