Skip to content

Commit

Permalink
Set GH token to avoid rate limit issues with espup install
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Aug 21, 2024
1 parent 3249171 commit 93f895a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cpp_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
# Keep in sync with features in nightly_snapshot.yaml, slint_tool_binary.yaml, api/node/Cargo.toml, and api/python/Cargo.toml
SLINT_BINARY_FEATURES: "-DSLINT_FEATURE_BACKEND_LINUXKMS_NOSEAT=ON -DSLINT_FEATURE_BACKEND_WINIT=ON -DSLINT_FEATURE_RENDERER_FEMTOVG=ON -DSLINT_FEATURE_RENDERER_SKIA=ON -DSLINT_FEATURE_RENDERER_SOFTWARE=ON"
SLINT_MCU_FEATURES: "-DSLINT_FEATURE_FREESTANDING=ON -DSLINT_FEATURE_RENDERER_SOFTWARE=ON"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
# cmake_package_desktop:
Expand Down

0 comments on commit 93f895a

Please sign in to comment.