Skip to content

Commit

Permalink
not passing param
Browse files Browse the repository at this point in the history
  • Loading branch information
napetrov committed Sep 16, 2023
1 parent dc6f13d commit 66f6e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-validation-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Build docker image
run: docker build . --file dev/docker/onedal-dev.Dockerfile --build-arg config=build_make --tag onedal-dev:$(date +%s)
run: docker build . --file dev/docker/onedal-dev.Dockerfile --tag onedal-dev:$(date +%s)
- name: Building DAAL
run: docker run onedal-dev .ci/scripts/build.sh --compiler gnu --optimizations avx2 --target daal --conda-env ci-env
- name: Building oneDAL
Expand Down

0 comments on commit 66f6e69

Please sign in to comment.