Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanmars committed May 5, 2024
1 parent 7519131 commit 20d82bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ jobs:
wget -q https://storage.googleapis.com/dart-archive/channels/stable/release/$DART_VERSION/sdk/dartsdk-linux-x64-release.zip -O dart.zip
unzip dart.zip
sudo mv dart-sdk /opt
export PATH=`pwd`/dart-sdk/bin:$PATH
rm dart.zip
echo $PATH
sudo ln -s /opt/dart-sdk/dart /usr/bin/dart
dart --disable-analytics
- uses: balchua/microk8s-actions@v0.3.2
with:
Expand Down

0 comments on commit 20d82bb

Please sign in to comment.