Skip to content

Commit

Permalink
fix: remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
artaasadi committed Nov 15, 2024
1 parent 3a36d4f commit 7057d54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Install musl cc
uses: awalsh128/cache-apt-pkgs-action@v1
with:
packages: musl-tools musl-dev musl
# - name: Install musl cc
# uses: awalsh128/cache-apt-pkgs-action@v1
# with:
# packages: musl-tools musl-dev musl
- name: Setup Go
uses: actions/setup-go@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion provider/model/model.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:generate go run ../../SDK/runnable/models/main.go --file $GOFILE --output ../../SDK/generated/resources_clients.go --type $PROVIDER
//go:generate go run ../../pkg/sdk/runnable/models/main.go --file $GOFILE --output ../../pkg/sdk/generated/resources_clients.go --type $PROVIDER

// Implement types for each resource

Expand Down

0 comments on commit 7057d54

Please sign in to comment.