Remove experimental flag from Rust Cargo Lambda workflow #1177
build.yml
on: pull_request
Matrix: custom-make-integration
Matrix: dotnet-integration
Matrix: golang-integration
Matrix: java-gradle-integration
Matrix: java-maven-integration
Matrix: node-esbuild-integration
Matrix: node-integration
Matrix: python-pip-integration
Matrix: python-uv-integration
Matrix: ruby-integration
Matrix: rust-cargo-lambda-integration
Matrix: unit-functional
PR Workflow
4s
Annotations
5 warnings
|
Workflow syntax warning:
.github/workflows/build.yml#L279
.github/workflows/build.yml (Line: 279, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
|
|
Workflow syntax warning:
.github/workflows/build.yml#L308
.github/workflows/build.yml (Line: 308, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
|
|
Workflow syntax warning:
.github/workflows/build.yml#L400
.github/workflows/build.yml (Line: 400, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
|
|
ubuntu-latest / 3.13 / golang
Restore cache failed: Dependencies file is not found in /home/runner/work/aws-lambda-builders/aws-lambda-builders. Supported file pattern: go.sum
|
|
windows-latest / 3.13 / golang
Restore cache failed: Dependencies file is not found in D:\a\aws-lambda-builders\aws-lambda-builders. Supported file pattern: go.sum
|