We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa83fec commit ffaa890Copy full SHA for ffaa890
1 file changed
.github/workflows/build.yml
@@ -4,6 +4,12 @@ on: pull_request
4
jobs:
5
build:
6
runs-on: ubuntu-latest
7
+ container:
8
+ options: --entrypoint /bin/bash --user 0
9
+ image: ghcr.io/algorithm-archivists/aaa-langs:latest
10
+ defaults:
11
+ run:
12
+ shell: bash --rcfile /root/.bashrc -eo pipefail {0}
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v2
@@ -14,3 +20,10 @@ jobs:
20
run: |
21
npm install
16
22
npx honkit build
23
+
24
+ - name: Initalize cargo and run SCons
25
+ env:
26
+ HOME: /root
27
+ run: |
28
+ . "$HOME/.cargo/env"
29
+ scons -Q
0 commit comments