We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1670c44 commit 66a1753Copy full SHA for 66a1753
3 files changed
.github/workflows/build.yml
@@ -28,15 +28,15 @@ jobs:
28
- uses: actions/checkout@v2
29
- name: Install deps
30
run: |
31
- sudo apt install autoconf2.13 ccache llvm clang lld meson ninja-build -y
+ sudo apt install ccache llvm clang lld meson ninja-build -y
32
- uses: actions-rs/toolchain@v1
33
with:
34
profile: minimal
35
toolchain: stable
36
override: true
37
default: true
38
- name: Get SM pkg
39
- run: ./tools/get_sm_102.sh
+ run: ./tools/get_sm.sh
40
- name: ccache cache files
41
uses: actions/cache@v1.1.0
42
@@ -49,7 +49,6 @@ jobs:
49
cd /tmp/mozjs
50
cd $(ls -d */|head -n 1)
51
cd js/src
52
- autoconf2.13
53
bash $GITHUB_WORKSPACE/tools/generic_lib.sh $GITHUB_WORKSPACE/meson.build
54
mkdir _build
55
cd _build
tools/get_sm_102.sh
tools/get_sm_91.sh
0 commit comments