We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f3d05e commit e7d19a4Copy full SHA for e7d19a4
.github/workflows/ccpp.yml
@@ -48,13 +48,9 @@ jobs:
48
with:
49
repository: 'davidgiven/fluxengine-testdata'
50
path: 'fluxengine-testdata'
51
- - name: apt
52
- run: |
53
- sudo apt update
54
- #sudo apt install docker
55
- name: make
56
run: |
57
- cd fluxengine && docker build -t ${{ matrix.variant }} -f tests/docker/Dockerfile-${{ matrix.variant }} .
+ cd fluxengine && docker build -t ${{ matrix.variant }} -f tests/docker/Dockerfile.${{ matrix.variant }} .
58
59
#build-linux-debian-11:
60
# runs-on: ubuntu-22.04
0 commit comments