Skip to content

Commit

Permalink
update github workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stone-zeng committed Feb 3, 2024
1 parent 3d3188c commit a87548c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ jobs:
runs-on: ubuntu-latest
name: Build Smiley Sans
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install -U pip
pip install -r requirements.txt
- name: Build fonts
run: source build.sh dev
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: smiley-sans
path: |
Expand Down

0 comments on commit a87548c

Please sign in to comment.