Skip to content

Commit

Permalink
stop mkdir for throwing error
Browse files Browse the repository at this point in the history
Signed-off-by: Aryan Rajoria <[email protected]>
  • Loading branch information
aryan-rajoria committed Nov 5, 2024
1 parent bef4344 commit cf25154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
sudo apt install libzmq3-dev libx11-dev qtbase5-dev libgl1-mesa-dev file -y
- name: Build and upload db
run: |
mkdir temp
mkdir -p temp
python blint-db/blint_db/cli.py -Z1
echo $GITHUB_TOKEN | oras login ghcr.io -u $GITHUB_USERNAME --password-stdin
cd blint-db
Expand Down

0 comments on commit cf25154

Please sign in to comment.