Skip to content

Commit

Permalink
Try to fix package name for flatbuffers compiler on linux for GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
rdaum committed Oct 12, 2024
1 parent 99cdd46 commit 7eb7259
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: cmake python3-dev swig flatbuffers-compilers
packages: cmake python3-dev swig flatbuffers-compiler
version: 1.1
- uses: actions/checkout@v4
with:
Expand All @@ -25,7 +25,7 @@ jobs:
steps:
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: cmake python3-dev swig flatbuffers-compilers
packages: cmake python3-dev swig flatbuffers-compiler
version: 1.1
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
steps:
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: cmake python3-dev swig flatbuffers-compilers
packages: cmake python3-dev swig flatbuffers-compiler
version: 1.1
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 7eb7259

Please sign in to comment.