Skip to content

Commit

Permalink
CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Feb 25, 2024
1 parent c94fd88 commit de6abb5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
run: |
sudo apt-get update
sudo apt install python3-pip libgl1-mesa-dev
python3 -m pip install protobuf
pip3 install --upgrade protobuf
python3 -m pip install protobuf --break-system-packages
pip3 install --upgrade protobuf --break-system-packages
# libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev

- name: Set up GCC (Linux)
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/cmake.yml.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Protoc
uses: arduino/setup-protoc@v1.1.2
uses: arduino/setup-protoc@v3
with:
version: '3.x'
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -70,8 +70,8 @@ jobs:
run: |
sudo apt-get update
sudo apt install python3-pip libgl1-mesa-dev
python3 -m pip install protobuf
pip3 install --upgrade protobuf
python3 -m pip install protobuf --break-system-packages
pip3 install --upgrade protobuf --break-system-packages
# libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev

- name: Set up GCC (Linux)
Expand Down

0 comments on commit de6abb5

Please sign in to comment.