From d7ab912c8eaf9f456cec8cdfde60fb73bc844905 Mon Sep 17 00:00:00 2001 From: Ellyo Freitas <43623016+ellyofreitas@users.noreply.github.com> Date: Wed, 15 May 2024 15:10:35 -0300 Subject: [PATCH] fix publish release --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ee2312a9..b0d9705d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,13 +18,13 @@ 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 + - uses: actions/checkout@v3 - uses: actions/setup-python@v5 with: python-version: '3.10' cache: pip - name: Install Python setup tools run: pip install setuptools - - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: 18.x