Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/check-motoko-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Check for Motoko file changes
id: check_mo_changes
run: |
Expand Down Expand Up @@ -86,4 +86,7 @@ jobs:
else
echo "has_mops_package_version_changes=true" >> $GITHUB_OUTPUT
fi


# TEMPORARY OVERRIDE: Force these to true
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to be removed

echo "has_mo_changes=true" >> $GITHUB_OUTPUT
echo "has_src_mo_changes=true" >> $GITHUB_OUTPUT
2 changes: 1 addition & 1 deletion mops.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ base-0-14-13 = "https://github.com/dfinity/motoko-base#moc-0.14.13@794174a307975
moc = "0.16.1"

[toolchain]
moc = "0.16.1"
moc = "0.16.1-experimental-stable-functions-2"
wasmtime = "35.0.0"
Loading