Skip to content

Commit

Permalink
Fix dotrun install.
Browse files Browse the repository at this point in the history
  • Loading branch information
huwshimi committed Jan 22, 2024
1 parent c16ed0d commit 4657c9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ jobs:
- name: Install dotrun
uses: canonical/install-dotrun@main
- name: Install dependencies
run: dotrun install
run: |
sudo chmod -R 777 .
dotrun install
- name: Build assets
run: dotrun --env CI=false build
- name: Run dotrun
Expand Down

0 comments on commit 4657c9e

Please sign in to comment.