Skip to content

Commit e7d19a4

Browse files
committed
Typo fix.
1 parent 9f3d05e commit e7d19a4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ccpp.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,9 @@ jobs:
4848
with:
4949
repository: 'davidgiven/fluxengine-testdata'
5050
path: 'fluxengine-testdata'
51-
- name: apt
52-
run: |
53-
sudo apt update
54-
#sudo apt install docker
5551
- name: make
5652
run: |
57-
cd fluxengine && docker build -t ${{ matrix.variant }} -f tests/docker/Dockerfile-${{ matrix.variant }} .
53+
cd fluxengine && docker build -t ${{ matrix.variant }} -f tests/docker/Dockerfile.${{ matrix.variant }} .
5854
5955
#build-linux-debian-11:
6056
# runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)