fix: warn Apple M1 (arm64) users (#743)
* fix: warn Apple M1 (arm64) users * fix: missing dep * fix: linting * fix: linting (again)
This commit is contained in:
@@ -4,9 +4,10 @@ import (
|
||||
"context"
|
||||
"testing"
|
||||
|
||||
"github.com/nektos/act/pkg/common"
|
||||
"github.com/sirupsen/logrus/hooks/test"
|
||||
"github.com/stretchr/testify/assert"
|
||||
|
||||
"github.com/nektos/act/pkg/common"
|
||||
)
|
||||
|
||||
func TestSetEnv(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user