Skip to content

Commit

Permalink
fix publish release
Browse files Browse the repository at this point in the history
  • Loading branch information
ellyofreitas authored May 15, 2024
1 parent 2ce0f7c commit da520eb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ jobs:
sudo dpkg --add-architecture i386
sudo apt-get update -y -qq
sudo apt-get install -y g++-multilib gcc-multilib libcups2-dev libcups2-dev:i386 libc6-dev-i386 linux-libc-dev linux-libc-dev:i386
- name: Setup Python Dependencies
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: pipe
- name: Install Python setup tools
run: pip install setuptools
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit da520eb

Please sign in to comment.