Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DoomHammer authored Jan 13, 2024
1 parent 1a76450 commit 852762b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
with:
arch: x86
- uses: actions/setup-python@v2
with:
python-version: '2.7'
- name: Building
run: |
.\make.bat
Expand Down Expand Up @@ -46,8 +44,6 @@ jobs:
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@v2
with:
python-version: '2.7'
- name: Setup environment
shell: bash
run: |
Expand Down Expand Up @@ -77,8 +73,6 @@ jobs:
steps:
- uses: actions/checkout@master
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '11.2.1'
- name: Building
run: |
make
Expand Down

0 comments on commit 852762b

Please sign in to comment.