Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurano committed Nov 1, 2023
1 parent 7624b1f commit 6c2b7ec
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
run:
working-directory: ./
steps:
- name: libfaketime
run: |
apt-get update && apt-get -y install gcc jq
git clone https://github.com/wolfcw/libfaketime.git
cd libfaketime/src && make install
cd - && rm -fr libfaketime
- name: Articles
uses: actions/checkout@v3
with:
Expand All @@ -39,12 +45,6 @@ jobs:
with:
repository: ricosjp/rules_safety
path: safety
- name: libfaketime
run: |
apt-get update && apt-get -y install gcc jq
git clone https://github.com/wolfcw/libfaketime.git
cd libfaketime/src && make install
cd - && rm -fr libfaketime
- name: build
run: |
export LD_PRELOAD=/usr/local/lib/faketime/libfaketime.so.1
Expand Down Expand Up @@ -95,13 +95,11 @@ jobs:
run: |
cat ./public/index.md >> ./rules/index.md
cp -uprv ./rules/* ./public/
- name: Build
uses: actions/jekyll-build-pages@v1
- uses: actions/jekyll-build-pages@v1
with:
source: "./public"
destination: "./output"
- name: pages
uses: actions/upload-pages-artifact@v1
- uses: actions/upload-pages-artifact@v1
with:
path: ./output
deploy:
Expand Down

0 comments on commit 6c2b7ec

Please sign in to comment.