Skip to content

Commit

Permalink
build: clean release config
Browse files Browse the repository at this point in the history
  • Loading branch information
kuoruan committed Dec 1, 2023
1 parent 9b4847c commit 37a9172
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/v8-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
git submodule deinit -f .
git submodule update --init
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
cache: 'pip'

- name: Build Release for Linux
if: startsWith(matrix.os, 'ubuntu')
uses: ./.github/actions/build-linux
Expand Down

0 comments on commit 37a9172

Please sign in to comment.