Skip to content

Commit

Permalink
add python
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexicon226 committed Feb 29, 2024
1 parent 43f894e commit 2220e8a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
uses: goto-bus-stop/setup-zig@v2
with:
version: 0.12.0-dev.3076+6e078883e

- name: Setup Python3.10
uses: actions/setup-python@v2
with:
python-version: 3.10

- name: Restore cache
uses: actions/cache/restore@v3
Expand Down

0 comments on commit 2220e8a

Please sign in to comment.