From 7eb72593f8a602261795262309e0cd829bda30a4 Mon Sep 17 00:00:00 2001 From: Ryan Daum Date: Sat, 12 Oct 2024 10:19:27 -0400 Subject: [PATCH] Try to fix package name for flatbuffers compiler on linux for GH action --- .github/workflows/rust-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust-build.yml b/.github/workflows/rust-build.yml index d9380600..12a0f6e0 100644 --- a/.github/workflows/rust-build.yml +++ b/.github/workflows/rust-build.yml @@ -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: @@ -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: @@ -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: