Skip to content

Commit

Permalink
Fixing the github workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
bjohnson5 committed Nov 15, 2024
1 parent b160442 commit 4c87b79
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Python
uses: actions/checkout@v4
uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Install python dependencies
- name: Install Dependencies
run: |
sudo apt-get install -y jq autoconf automake build-essential git libtool libsqlite3-dev python3 python3-pip net-tools zlib1g-dev libsodium-dev gettext
- name: Install Python Dependencies
run: |
pip3 --version
pip --version
pip3 install --upgrade pip
pip3 install mako
pip3 install grpcio-tools
Expand Down

0 comments on commit 4c87b79

Please sign in to comment.