Skip to content

Commit

Permalink
chore(workflows): remove unnecessary process
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian authored Dec 18, 2024
1 parent 7b0878a commit 92d3e22
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
run: |
# cp ./OlivOS/hook.py ./OlivOS/hook_bak.py
# cp ./OlivOS/hook_pack.py ./OlivOS/hook.py
.venv\Scripts\activate
uv run scripts.py build
env:
OLIVOS_ENV_PACK: "1"
Expand Down Expand Up @@ -55,7 +54,6 @@ jobs:
run: |
# cp ./OlivOS/hook.py ./OlivOS/hook_bak.py
# cp ./OlivOS/hook_pack_debug.py ./OlivOS/hook.py
source .venv/bin/activate
uv run scripts.py build
env:
OLIVOS_ENV_DEBUG: "1"
Expand Down Expand Up @@ -84,7 +82,6 @@ jobs:
run: |
# cp ./OlivOS/hook.py ./OlivOS/hook_bak.py
# cp ./OlivOS/hook_pack_debug.py ./OlivOS/hook.py
source .venv/bin/activate
uv run scripts.py build
env:
OLIVOS_ENV_DEBUG: "1"
Expand Down

0 comments on commit 92d3e22

Please sign in to comment.