Skip to content

Commit

Permalink
Try to work with act as well as github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktor-k committed Sep 7, 2023
1 parent 4c96cfd commit 16e7e8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
update:
runs-on: ubuntu-latest
steps:
- run: apt-get update && apt-get install --assume-yes --no-install-recommends sudo
name: Install sudo for act
if: env.ACT=='true'
- name: Install emacs
run: sudo apt-get install --assume-yes --no-install-recommends emacs
- uses: actions/checkout@v3
Expand Down

0 comments on commit 16e7e8c

Please sign in to comment.