Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aceisace authored Feb 14, 2024
1 parent 96bb844 commit d1edaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo $PWD && ls
git clone https://github.com/aceinnolab/Inkycal
cd Inkycal
python3.11 -m venv venv
python3 -m venv venv
. venv/bin/activate
python -m pip install --upgrade pip
pip install wheel
Expand Down

0 comments on commit d1edaaa

Please sign in to comment.