Skip to content

Commit

Permalink
Update ubuntu_docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Simpleshell3 authored Jul 4, 2024
1 parent 196eca9 commit 9ad1293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build Docker image
run: |
ls
pushd /Docker
pushd Docker
docker build -f Dockerfile.flint.ubuntu.18.04 --build_arg BUILD_TYPE=RELEASE --build-arg NUM_CPU=4 --build-arg FLINT_BRANCH=develop -t moja/flint:ubuntu-18.04 .
popd
Expand Down

0 comments on commit 9ad1293

Please sign in to comment.