Skip to content

Commit

Permalink
Another attempt to install mage
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelton-gov committed Dec 1, 2023
1 parent a5df0dd commit 9965640
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@ jobs:
go-version: '1.21.4'

- name: Install Mage
run: go get -u -d github.com/magefile/mage
run: |
cd /home/runner/work/Grafana.Plugin.CostManagement/Grafana.Plugin.CostManagement/dfe-azurecostbackend-datasource
go get -u -d github.com/magefile/mage
go run github.com/magefile/mage
- name: Build backend
if: steps.check-for-backend.outputs.has-backend == 'true'
Expand Down

0 comments on commit 9965640

Please sign in to comment.