Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiao1254 committed Aug 18, 2021
1 parent 10a8d0e commit 7d63e1f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: install dependency
run: |
wget https://raw.githubusercontent.com/emp-toolkit/emp-readme/master/scripts/install.py
python3 install.py -install -tool -ot
python3 install.py --deps --tool=$(cat $GITHUB_WORKSPACE/.github/workflows/emp-tool.dep) --ot=$(cat $GITHUB_WORKSPACE/.github/workflows/emp-ot.dep)
- name: Create Build Environment
run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DUSE_RANDOM_DEVICE=On && make
- name: Test
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/emp-ot.dep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
master
1 change: 1 addition & 0 deletions .github/workflows/emp-tool.dep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
master
2 changes: 1 addition & 1 deletion .github/workflows/x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: install dependency
run: |
wget https://raw.githubusercontent.com/emp-toolkit/emp-readme/master/scripts/install.py
python install.py -install -tool -ot
python3 install.py --deps --tool=$(cat $GITHUB_WORKSPACE/.github/workflows/emp-tool.dep) --ot=$(cat $GITHUB_WORKSPACE/.github/workflows/emp-ot.dep)
- name: Create Build Environment
run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DUSE_RANDOM_DEVICE=On && make
- name: Test
Expand Down

0 comments on commit 7d63e1f

Please sign in to comment.