Skip to content

Commit

Permalink
2nd run with cache
Browse files Browse the repository at this point in the history
  • Loading branch information
plowsof committed Oct 8, 2024
1 parent 3d8094d commit d192bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
echo "Building new image..."
docker build --tag monero:build-env-android --build-arg THREADS=4 --file Dockerfile.android .
else
echo "Using cached image..."
echo "Using cached image..."
fi
- name: save build env image to cache
if: steps.docker_cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit d192bcb

Please sign in to comment.