Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! force dep
Browse files Browse the repository at this point in the history
  • Loading branch information
datYori committed Oct 2, 2024
1 parent 75ac594 commit 7eed654
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ env:
jobs:
code-checks:
runs-on: [self-hosted,snapi]
container:
image: sbtscala/scala-sbt:graalvm-community-21.0.2_1.9.9_2.12.19
options: --user 1001:1001
steps:
- uses: actions/checkout@v4
- run: ./ci/check headerCheckAll
Expand All @@ -48,6 +51,9 @@ jobs:
- sql-compiler
- python-compiler
runs-on: [self-hosted,snapi]
container:
image: sbtscala/scala-sbt:graalvm-community-21.0.2_1.9.9_2.12.19
options: --user 1001:1001
steps:
- uses: actions/checkout@v4
- uses: oNaiPs/secrets-to-env-action@v1.5
Expand Down

0 comments on commit 7eed654

Please sign in to comment.