File tree 2 files changed +10
-11
lines changed
2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 18
18
fail-fast : false
19
19
matrix :
20
20
platform :
21
- - { os: 'el', dist: '7' }
22
21
- { os: 'el', dist: '8' }
23
22
- { os: 'fedora', dist: '30' }
24
23
- { os: 'fedora', dist: '31' }
Original file line number Diff line number Diff line change @@ -48,17 +48,17 @@ jobs:
48
48
- name : test
49
49
run : make test_with_coverage_report
50
50
51
- # packpack:
52
- # runs-on: ubuntu-latest
53
- # needs: test
54
- # steps:
55
- # - uses: actions/checkout@v2
51
+ packpack :
52
+ runs-on : ubuntu-latest
53
+ needs : test
54
+ steps :
55
+ - uses : actions/checkout@v2
56
56
57
- # - name: packpack
58
- # run: |
59
- # git clone https://github.com/packpack/packpack.git packpack
60
- # OS=el DIST=7 packpack/packpack
61
- # ls -l build/
57
+ - name : packpack
58
+ run : |
59
+ git clone https://github.com/packpack/packpack.git packpack
60
+ OS=el DIST=8 packpack/packpack
61
+ ls -l build/
62
62
63
63
promtool :
64
64
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments