File tree 1 file changed +17
-12
lines changed
1 file changed +17
-12
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
22
22
with :
23
23
go-version-file : go.mod
24
24
25
- - name : Install Mage
26
- run : |
27
- go install github.com/magefile/mage@latest
28
- echo "$HOME/go/bin" >> $GITHUB_PATH
25
+ # - name: Install Mage
26
+ # run: |
27
+ # go install github.com/magefile/mage@latest
28
+ # echo "$HOME/go/bin" >> $GITHUB_PATH
29
29
30
30
build :
31
31
runs-on : ubuntu-latest
@@ -34,10 +34,10 @@ jobs:
34
34
- name : Checkout code
35
35
uses : actions/checkout@v3
36
36
37
- # - name: Run Mage
38
- # uses: magefile/mage-action@v3
39
- # with:
40
- # install-only: true
37
+ - name : Run Mage
38
+ uses : magefile/mage-action@v3
39
+ with :
40
+ install-only : true
41
41
42
42
- name : Build
43
43
run : |
@@ -55,10 +55,10 @@ jobs:
55
55
wget -qO - https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ${{ needs.setup.outputs.go-path }} ${{env.GOLANGCI_LINT_VERSION}}
56
56
echo "$HOME/go/bin" >> $GITHUB_PATH # Add golangci-lint to the PATH
57
57
58
- # - name: Run Mage
59
- # uses: magefile/mage-action@v3
60
- # with:
61
- # install-only: true
58
+ - name : Run Mage
59
+ uses : magefile/mage-action@v3
60
+ with :
61
+ install-only : true
62
62
63
63
- name : Lint
64
64
run : |
75
75
run : |
76
76
sudo apt update
77
77
sudo apt install -y gcc
78
+
79
+ - name : Run Mage
80
+ uses : magefile/mage-action@v3
81
+ with :
82
+ install-only : true
78
83
79
84
- name : Test
80
85
run : |
You can’t perform that action at this time.
0 commit comments